GC-less Hash-Tables (AA)

Brian Schott via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Sep 17 16:33:14 PDT 2014


On Wednesday, 17 September 2014 at 15:27:40 UTC, Justin Whear 
wrote:
> These containers are all certified GC-free.

With the exception of getting keys and values arrays. Those 
return GC memory to the caller. I'm pretty sure it's documented 
that it does that though. Everything else uses allocators.



More information about the Digitalmars-d-learn mailing list