Monthly Archives: September 2010

Garbage Collection

When evaluating a garbage collection algorithm, we might consider any or all of the following criteria: * Pause time. Does the collector stop the world to perform collection? For how long? Can pauses be bounded in time? * Pause predictability. … Continue reading

Posted in Java | Leave a comment