snazzy-d / sdc

The Snazzy D Compiler
MIT License
246 stars 55 forks source link

Slab alloc threadcache #324

Open dsm9000 opened 10 months ago

dsm9000 commented 10 months ago

This is a skeleton of the GC thread cache ( https://github.com/snazzy-d/sdc/issues/269 )

To become useful, it still needs:

The cache bins are double-ended queues. The rationale for this: