wtinylfu 0.3.0

An implementation of W-TinyLFU cache
Documentation
[dependencies.bloomfilter]
version = "3"

[dependencies.count-min-sketch]
version = "0.1.8"

[dependencies.lru]
default-features = false
version = "0.16.2"

[lib]
name = "wtinylfu"
path = "src/lib.rs"

[package]
authors = ["asyncth <asyncthry@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "caching", "data-structures"]
description = "An implementation of W-TinyLFU cache"
edition = "2021"
keywords = ["cache", "lru", "lfu", "tinylfu", "w-tinylfu"]
license = "MIT"
name = "wtinylfu"
readme = "README.md"
repository = "https://github.com/asyncth/wtinylfu"
version = "0.3.0"

[profile.release]
codegen-units = 1
lto = true