[go: up one dir, main page]

cht 0.1.0

Lockfree resizeable concurrent hash table.
Documentation
[package]
name = "cht"
version = "0.1.0"
authors = ["Gregory Meyer <me@gregjm.dev>"]
edition = "2018"
description = "Lockfree resizeable concurrent hash table."
repository = "https://github.com/Gregory-Meyer/cht"
readme = "README.md"
license = "MIT"

[dependencies]
crossbeam-epoch = "0.7"
fxhash = "0.2"

[dev-dependencies]
criterion = "0.2"
hashbrown = "0.5"
lock_api = "0.2"
parking_lot = "0.8"

[[bench]]
name = "cht"
harness = false

[[bench]]
name = "mutex"
harness = false