dashmap 3.9.0

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"
[dependencies.ahash]
version = "0.3.1"

[dependencies.cfg-if]
version = "0.1.10"

[dependencies.hashbrown]
optional = true
version = "0.7.1"

[dependencies.num_cpus]
version = "1.11.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.104"
[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.fxhash]
version = "0.2.1"

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

[features]
default = []
no_std = ["hashbrown"]
raw-api = []

[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.9.0"
[package.metadata.docs.rs]
features = ["raw-api"]