A lock-free concurrent slab allocator for storing and accessing data across threads.
# Cargo.toml
[dependencies]
sharded-slab = "0.1.7"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Insert and retrieve a value from a concurrent slab.
Use Slab::shrink_to_fit or recreate the slab if memory usage is a concern.
No dependency data recorded yet.