[dependencies.ebr]
version = "0.0.5"
[dependencies.pagetable]
version = "0.3"
[features]
timing = []
[package]
authors = ["Tyler Neely <tylerneely@gmail.com>"]
categories = ["concurrency", "data-structures", "rust-patterns"]
description = "a lock-free linearizable B+ tree"
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.12"