atomic-cuckoo-filter 0.2.0

Highly concurrent Cuckoo Filter
Documentation
[[bench]]
name = "basic"
path = "benches/basic.rs"

[[bench]]
name = "compare"
path = "benches/compare.rs"

[[bench]]
name = "concurrent"
path = "benches/concurrent.rs"

[dependencies.derive_builder]
version = "0.20"

[dependencies.parking_lot_core]
version = "0.9"

[dependencies.rand]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.cuckoofilter]
version = "0.5"

[lib]
name = "atomic_cuckoo_filter"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Highly concurrent Cuckoo Filter"
edition = "2024"
license = "MIT"
name = "atomic-cuckoo-filter"
readme = "README.md"
repository = "https://github.com/farhadi/atomic-cuckoo-filter"
version = "0.2.0"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "concurrent"
path = "tests/concurrent.rs"