concurrent-map 0.0.5

a lock-free linearizable map
Documentation
1
2
3
4
5
6
7
8
# concurrent-map

<a href="https://docs.rs/concurrent-map"><img src="https://docs.rs/concurrent-map/badge.svg"></a>

Lock-free linearizable map.

* `get`, `insert`, `cas`, `remove`, `iter`, `range`
* fully lock-free node splits and merges based on [sled]https://sled.rs battle-tested implementation