On Wednesday, 14 January 2015 at 06:15:09 UTC, Andrei Alexandrescu wrote:
On my reading list:

http://research.microsoft.com/pubs/230708/conservative-gc-oopsla-2014.pdf

Interesting. non-exact GC but with about the same performance.
The bad part for D would be, that this GC collects periodically, so even if you don't use GC'ed memory it will be invoked :-/ On the other hand it stops the world more often, but only for much shorter time - at least in interactive programms a better choice I think.

Reply via email to