3 releases
| new 0.1.2 | Feb 8, 2026 |
|---|---|
| 0.1.1 | Feb 8, 2026 |
| 0.1.0 | Feb 6, 2026 |
#833 in Concurrency
9KB
200 lines
carbonmap ⚛️
A lock-free concurrent hash map for Rust with zero GC.
Status
🚧 Early alpha (v0.1)
Example
use carbonmap::CarbonMap;
let map = CarbonMap;
Dependencies
~330–530KB
~11K SLoC