concurrent-map 0.0.1

a lock-free linearizable map
Documentation

concurrent-map

Lock-free linearizable map.

  • get, insert, cas, remove
  • fully lock-free node splits and merges based on sled battle-tested implementation
  • Iterator support upcoming