std.allocator ready for some abuse

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sat Oct 26 18:02:30 PDT 2013


On 10/25/13 7:23 AM, Manu wrote:
> 3. FreeList has some options; minSize, maxSize, maxNodes. When I'm using
> a freelist, the most important option to me is to be able to allocate
> new nodes in batches.

Pushed new version with batchSize parameter, defaulted to 8.

Andrei


More information about the Digitalmars-d mailing list