lru-slab

Crates.iolru-slab
lib.rslru-slab
version0.1.1
sourcesrc
created_at2024-05-31 04:18:25.143853
updated_at2024-05-31 04:44:10.603532
descriptionPre-allocated storage with constant-time LRU tracking
homepage
repositoryhttps://github.com/Ralith/lru-slab
max_upload_size
id1257636
size28,063
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: 18

cargo fmt