billythedummy / const-lruLinks
A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache
☆35Updated last year
Alternatives and similar repositories for const-lru
Users that are interested in const-lru are comparing it to the libraries listed below
Sorting:
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A concise, self-describing binary format written in Rust for Serde☆66Updated 10 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 8 months ago
- Mirror of Rust's allocator api for use on stable rust☆62Updated last month
- Compile-time string operations☆97Updated last month
- Zero-cost bitsets over native Rust types☆78Updated 3 months ago
- Low To High Level Math Library for Rust☆53Updated 3 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆38Updated 8 months ago
- structured parallel execution for async Rust☆33Updated 10 months ago
- A Configuration Library for Rust Applications☆39Updated 4 months ago
- a small and single threaded async runtime built on top of io-uring☆78Updated 2 years ago
- A more flexible version of the Rust `scoped-tls` library