sharded-slab 0.0.9

A lock-free concurrent slab.
Documentation
[[bench]]
harness = false
name = "bench"
[badges.maintenance]
status = "experimental"
[dependencies.lazy_static]
version = "1"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.loom]
features = ["checkpoint"]
version = "0.3"

[dev-dependencies.proptest]
version = "0.9.4"

[dev-dependencies.slab]
version = "0.4.2"

[package]
authors = ["Eliza Weisman <eliza@buoyant.io>"]
categories = ["memory-management", "data-structures", "concurrency"]
description = "A lock-free concurrent slab.\n"
documentation = "https://docs.rs/sharded-slab/0.0.9/sharded_slab"
edition = "2018"
homepage = "https://github.com/hawkw/sharded-slab"
keywords = ["slab", "allocator", "lock-free", "atomic"]
license = "MIT"
name = "sharded-slab"
readme = "README.md"
repository = "https://github.com/hawkw/sharded-slab"
version = "0.0.9"