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.
- Parse tree node allocator Per Nordlöw via Digitalmars-d-learn
- Re: Parse tree node allocator Stefan Koch via Digitalmars-d-learn
- Re: Parse tree node allocato... Per Nordlöw via Digitalmars-d-learn