cache-advisor 1.0.16

scan-resistant concurrent cache eviction manager
Documentation
[dependencies.crossbeam-queue]
version = "0.3.5"

[package]
authors = ["Tyler Neely <tylerneely@gmail.com>"]
categories = ["caching", "database-implementations", "concurrency", "data-structures", "algorithms"]
description = "scan-resistant concurrent cache eviction manager"
documentation = "https://docs.rs/cache-advisor/"
edition = "2021"
homepage = "https://github.com/komora-io/cache-advisor"
keywords = ["cache", "lfu", "concurrent", "caching", "lock-free"]
license = "MIT OR Apache-2.0"
name = "cache-advisor"
readme = "README.md"
repository = "https://github.com/komora-io/cache-advisor"
version = "1.0.16"

[profile.bench]
debug = 2
opt-level = 3

[profile.release]
debug = 2
opt-level = 3