Garbage Collection

Interesting reads:

  1. On GC in Games (response to Jeff and Casey)
    “current popular GC languages do it wrong, should still focus on static memory allocation”
  2. Garbage Collection and Memory Allocation Sizes
    “better allocate chunks for subsystems”
  3. Garbage collection thoughts