#lock-free #hash-map #atomic

carbonmap

Lock-free concurrent hash map for Rust with zero GC

3 releases

new 0.1.2 Feb 8, 2026
0.1.1 Feb 8, 2026
0.1.0 Feb 6, 2026

#833 in Concurrency

MIT license

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