Parse tree node allocator
    Per Nordlöw via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Thu Aug 31 08:43:05 PDT 2017
    
    
  
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.
    
    
More information about the Digitalmars-d-learn
mailing list