Thoughts on a Future Garbage Collector
Ali Çehreli via Digitalmars-d
digitalmars-d at puremagic.com
Thu Dec 3 11:42:12 PST 2015
On 12/03/2015 10:36 AM, Jakob Jenkov wrote:
> Either the speed of the software didn't matter, and thus the garbage
> collector didn't matter either.
>
> Or, the speed of the software mattered, and the garbage collector was
> never good enough, so you end up designing your software to avoid the
> garbage collector (using arrays and object pools instead of new'ing
> objects).
Although that has been implied so many times on these forums, I like
your description.
Ali
More information about the Digitalmars-d
mailing list