www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Memory Pool System (MPS)

I found this MPS [1] interesting, especially its support for 
"inline allocation" [2].

That's something I've been thinking of extending D's GC with.

[1] https://www.ravenbrook.com/project/mps/

[2] 
https://www.ravenbrook.com/project/mps/master/manual/html/topic/allocation.html#allocation-points
Oct 05 2020