dsimcha wrote:
Ok, I understand the basic principle of a reap, but if it's going to convert to a heap when you try to delete something, why not just improve the standard GC heap, i.e. by making per-thread heaps?
The problem with per-thread heaps is immutable data can be passed between threads.
