hawkw / sharded-slab

a lock-free concurrent slab (experimental)
MIT License
269 stars 17 forks source link

`slab` style `VacantEntry` api? #16

Closed GallagherCommaJack closed 3 years ago

GallagherCommaJack commented 4 years ago

Here's the API in question. Is there anything stopping sharded-slab from exposing something similar?

hawkw commented 4 years ago

I think it should be possible to have a similar API — great idea!