[package] name = "dashcache" version = "0.2.2" authors = ["Jad Ghalayini "] edition = "2018" license = "MIT/Apache-2.0" repository = "https://gitlab.com/rain-lang/dashcache" description = "A simple, highly concurrent cache for hash-consing values" keywords = ["data-structure", "hash", "consing", "sharing", "sync"] categories = ["concurrency", "data-structures"] [dependencies] ahash = "^0.4" elysees = "^0.2" erasable = "^1.2.1" itertools = "^0.9" dashmap = "^3" slice-dst = "^1.5.1" [dev-dependencies] lazy_static = "^1.4" criterion = "0.3" rand = "^0.7" [[bench]] name = "integer" path = "benches/integer.rs" harness = false