wtinylfu 0.1.0

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

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

[dependencies.lru]
version = "0.7.6"

[package]
authors = ["asyncth <asyncthry@gmail.com>"]
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://git.sr.ht/~asyncth/wtinylfu"
resolver = "2"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true