Docs.rs
pingora-lru-0.4.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pingora-lru 0.4.0
LRU cache that focuses on memory efficiency, concurrency and persistence.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
33
out of
33
items documented
0
out of
33
items with examples
Size
Source code size: 65.64 kB
Documentation size: 1.98 MB
Links
cloudflare/pingora
22499
1244
100
crates.io
Dependencies
arrayvec ^0
normal
hashbrown ^0
normal
parking_lot ^0
normal
rand ^0
normal
lru ^0
dev
Versions
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
Owners
An implementation of an LRU that focuses on memory efficiency, concurrency and persistence Features - keys can have different sizes - LRUs are sharded to avoid global locks. - Memory layout and usage are optimized: small and no memory fragmentation