concurrent-map 0.0.5

a lock-free linearizable map
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.ebr]
version = "0.0.5"

[dependencies.pagetable]
version = "0.3"

[package]
authors = ["Tyler Neely <tylerneely@gmail.com>"]
categories = ["concurrency", "data-structures", "rust-patterns"]
description = "a lock-free linearizable map"
edition = "2021"
keywords = ["lock-free", "multi-threaded", "performance", "index", "tree"]
license = "GPL-3.0"
name = "concurrent-map"
readme = "README.md"
repository = "https://github.com/komora-io/concurrent-map"
version = "0.0.5"