arindas / generational-lru
A generational arena based LRU Cache implementation in 100% safe rust.
☆40Updated 2 years ago
Alternatives and similar repositories for generational-lru
Users that are interested in generational-lru are comparing it to the libraries listed below
Sorting:
- Zero-cost bitsets over native Rust types☆78Updated last month
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Lending iterators on stable Rust☆82Updated last year
- An exploration of Storages☆34Updated last year
- Typed any map for rust☆66Updated 4 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- (lifetime) GATs on stable Rust☆58Updated last year
- ☆26Updated last year
- The missing compound borrowing for Rust.☆57Updated last month
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- The `io_uring` library for Rust (with Rustix)☆26Updated 2 weeks ago
- Abstract over different executors☆73Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- A concise, self-describing binary format written in Rust for Serde☆65Updated 8 months ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆82Updated 2 months ago
- ☆88Updated 6 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- Find out what platform your code is running on from Rust☆33Updated 3 years ago
- Make any value Sync but only available on its original thread☆39Updated 2 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆40Updated 3 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆56Updated 7 months ago
- A safe `Pin`-based intrusive doubly-linked list in Rust☆21Updated last month
- Fast, limited-memory array expressions on the stack in Rust, no-std compatible☆27Updated 2 weeks ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆38Updated 4 months ago
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆21Updated 3 years ago
- A Crate to display Graphs on the Terminal☆32Updated last year