Crates.io | lru-slab |
lib.rs | lru-slab |
version | 0.1.1 |
source | src |
created_at | 2024-05-31 04:18:25.143853 |
updated_at | 2024-05-31 04:44:10.603532 |
description | Pre-allocated storage with constant-time LRU tracking |
homepage | |
repository | https://github.com/Ralith/lru-slab |
max_upload_size | |
id | 1257636 |
size | 28,063 |
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.
Licensed under any of
at your option.
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.