concache 0.2.1

A fast, concurrent, shared hash map.
Documentation
[badges.travis-ci]
repository = "saligrama/concache"

[[bin]]
name = "benchmark"
path = "src/bin/benchmark.rs"
required-features = ["bench"]

[dependencies.chashmap]
optional = true
version = "2.1.0"

[dependencies.clap]
optional = true
version = "2.20.3"

[dependencies.crossbeam]
version = "0.3.2"

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

[dependencies.zipf]
optional = true
version = "4.0.0"

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

[features]
bench = ["clap", "zipf", "chashmap", "rand"]

[package]
authors = ["Aditya Saligrama <saligrama427@gmail.com>", "Andrew Shen <shenandrew95@gmail.com>", "Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["concurrency", "data-structures"]
description = "A fast, concurrent, shared hash map."
homepage = "https://github.com/saligrama/concache"
keywords = ["map", "lock-free"]
license = "MIT/Apache-2.0"
name = "concache"
readme = "README.md"
repository = "https://github.com/saligrama/concache.git"
version = "0.2.1"

[profile.release]
debug = true