leftyjew: (Default)
leftyjew ([personal profile] leftyjew) wrote2009-03-26 02:14 pm

Snippets from a Java garbage collection manual

The New generation area is divided into three sub-areas: Eden, and two survivor spaces that are equal in size.

Many objects become garbage shortly after being allocated. These objects are said to have "infant mortality."

Attempt to cache objects for re-use, whenever possible, rather than creating new objects.

Garbage collection can occur in each generation when it fills up....Poorly sized generations cause frequent garbage collection, impacting your performance.

[identity profile] arctic-alpine.livejournal.com 2009-03-27 01:52 pm (UTC)(link)
if you hadn't said otherwise i would have thought this was an eco-sci-fi video game

[identity profile] leftyjew.livejournal.com 2009-03-27 03:40 pm (UTC)(link)
or... something. i like that software engineers have a good sense of humor when they name things. btw, another interesting thing is that all compiled java programs start with the hex code CAFEBABE