GC-less Hash-Tables (AA)

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Sep 17 16:43:27 PDT 2014


On Wednesday, 17 September 2014 at 23:27:10 UTC, Nordlöw wrote:
> to check if we need to use GC. If not we can use malloc/free.

Further if they key and values are all fixed-size we should 
probably use some allocator instead of malloc/free. That would 
make more efficient use of this allocation regularity, right?

Is the current AA-allocator easily accessible/modifable somewhere 
in druntime?


More information about the Digitalmars-d-learn mailing list