FYI - mo' work on std.allocator

Brian Schott via Digitalmars-d digitalmars-d at puremagic.com
Tue May 6 19:48:43 PDT 2014


Here's an interesting anecdote:

I have a version of DCD that I've been working on for a while 
that uses allocators and an allocator-backed container library. 
(You can find this on Github easily enough, but I'm not 
announcing it yet.)

The allocator version uses 1/3 the memory that the older GC 
version used.


More information about the Digitalmars-d mailing list