Parse tree node allocator

Stefan Koch via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Aug 31 08:55:26 PDT 2017


On Thursday, 31 August 2017 at 15:43:05 UTC, Per Nordlöw wrote:
> Which allocator is best suited for allocating tree nodes (all 
> of equal size around 40-60 bytes in size) in one shot and then 
> delete them all in one go? My use case is parse trees.

Region Allocator.


More information about the Digitalmars-d-learn mailing list