Crates.io | tiny_lfu |
lib.rs | tiny_lfu |
version | 0.8.0 |
source | src |
created_at | 2023-06-25 16:45:30.725617 |
updated_at | 2024-11-07 13:59:47.574348 |
description | tiny_lfu provides a cache admission control policy. |
homepage | |
repository | https://github.com/rescrv/blue |
max_upload_size | |
id | 899635 |
size | 18,765 |
tiny_lfu provides a cache admission control policy.
Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year.
This library provides the AdmissionPolicy trait and TinyLFU implementation of said trait.
The latest documentation is always available at docs.rs.