congee 0.2.18

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.11"

[dependencies.rand]
optional = true
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.147"
[dev-dependencies.flurry]
version = "0.4.0"

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

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

[dev-dependencies.selfsimilar]
version = "0.1.0"

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

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

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

[dev-dependencies.shuttle]
version = "0.3.0"

[dev-dependencies.static_assertions]
version = "1.1.0"

[features]
db_extension = ["rand"]
flamegraph = ["shumai/flamegraph"]
perf = ["shumai/perf"]
shuttle = []
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"
version = "0.2.18"
[package.metadata."docs.rs"]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]
[profile.bench]
lto = true
opt-level = 3

[profile.release]
debug = true