lru-slab

Crates.iolru-slab
lib.rslru-slab
version0.1.2
created_at2024-05-31 04:18:25.143853+00
updated_at2025-04-19 16:52:25.183724+00
descriptionPre-allocated storage with constant-time LRU tracking
homepage
repositoryhttps://github.com/Ralith/lru-slab
max_upload_size
id1257636
size29,310
Benjamin Saunders (Ralith)

documentation

README

lru-slab

License: Apache 2.0 License: MIT License: Zlib

Pre-allocated storage with constant-time LRU tracking

Useful managing elements in an external cache of fixed-size pages, e.g. an array texture in GPU memory.

License

Licensed under any of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be triple licensed as above, without any additional terms or conditions.

Commit count: 20

cargo fmt