[go: up one dir, main page]

quick_cache 0.2.3

Lightweight and high performance concurrent cache
Documentation
[[bench]]
harness = false
name = "benchmarks"
[dependencies.ahash]
optional = true
version = "0.8"

[dependencies.hashbrown]
default-features = false
features = ["raw", "inline-more"]
version = "0.13"

[dependencies.parking_lot]
version = "0.12"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8"

[dev-dependencies.rand_distr]
version = "0.4"

[features]
default = ["dep:ahash"]

[package]
authors = ["Arthur Silva <arthurprs@gmail.com>"]
categories = ["caching", "concurrency", "data-structures"]
description = "Lightweight and high performance concurrent cache"
edition = "2021"
exclude = ["fuzz"]
keywords = ["lru", "concurrent", "cache"]
license = "MIT"
name = "quick_cache"
readme = "README.md"
repository = "https://github.com/arthurprs/quick-cache"
version = "0.2.3"