Alternative for Garbage Collector
Posted
by chris
on Stack Overflow
See other posts from Stack Overflow
or by chris
Published on 2010-04-08T06:56:04Z
Indexed on
2010/04/08
7:03 UTC
Read the original article
Hit count: 442
As in question, I'd like to know best alternative for garbage collector, with it's pros and cons. My priority is speed, memory is less important - if there is gc which doesn't make any pause, let me know.
© Stack Overflow or respective owner