hawkw / sharded-slab

a lock-free concurrent slab (experimental)
MIT License
273 stars 19 forks source link

Replace lazy_static by once_cell #75

Closed jplatte closed 2 years ago

jplatte commented 2 years ago

Less macro-y, closer to the proposed std API, you know the deal :)

jplatte commented 2 years ago

Oh, there's an existing PR and it's actually more complete than this one, I'm an idiot 🤦🏼