hawkw / sharded-slab

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

update to new loom #23

Closed hawkw closed 4 years ago

hawkw commented 4 years ago

We should update our tests to use loom 0.3. The new version makes some significant performance improvements, as well as making the model more accurate. This is a breaking change, but hopefully beyond renaming CausalCell to UnsafeCell, the impact should be pretty small.