dashmap 3.0.1

Blazing fast concurrent HashMap for Rust.
Documentation
[[bench]]
harness = false
name = "rwlock_std"

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

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

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

[[bench]]
harness = false
name = "cht"
[dependencies.crossbeam-utils]
version = "0.7.0"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.num_cpus]
version = "1.11.1"

[dependencies.parking_lot]
version = "0.10.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "~1.0.24"
[dev-dependencies.chashmap]
version = "2.2.2"

[dev-dependencies.cht]
version = "0.1.2"

[dev-dependencies.contrie]
version = "0.1.4"

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

[dev-dependencies.rayon]
version = "1.2.1"

[features]
nightly = ["parking_lot/nightly"]

[package]
authors = ["Acrimon <joel.wejdenstal@gmail.com>"]
categories = ["concurrency", "algorithms", "data-structures"]
description = "Blazing fast concurrent HashMap for Rust."
documentation = "https://docs.rs/dashmap"
edition = "2018"
homepage = "https://github.com/xacrimon/dashmap"
keywords = ["atomic", "concurrent", "hashmap"]
license = "MIT"
name = "dashmap"
readme = "README.md"
repository = "https://github.com/xacrimon/dashmap"
version = "3.0.1"