congee 0.2.3

A Rust implementation of ART-OLC concurrent adaptive radix tree.
Documentation
[[bench]]
harness = false
name = "basic"
path = "bench/basic.rs"

[[bench]]
harness = false
name = "scan"
path = "bench/scan.rs"
[dependencies.crossbeam-epoch]
version = "0.9"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.flurry]
version = "0.3.1"

[dev-dependencies.mimalloc]
default-features = false
version = "0.1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serde]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.shumai]
version = "0.1.6"

[features]
flamegraph = ["shumai/flamegraph"]
perf = ["shumai/perf"]
stats = ["serde"]

[package]
authors = ["Xiangpeng Hao <haoxiangpeng123@gmail.com>"]
description = "A Rust implementation of ART-OLC concurrent adaptive radix tree."
edition = "2021"
keywords = ["ART", "adaptive-radix-tree", "concurrent"]
license = "MIT"
name = "congee"
readme = "README.md"
repository = "https://github.com/XiangpengHao/congee"
resolver = "2"
version = "0.2.3"
[profile.bench]
lto = true
opt-level = 3

[profile.release]
debug = true
[target."cfg(shuttle)".dependencies.shuttle]
version = "0.0.7"