arindas / generational-lruLinks
A generational arena based LRU Cache implementation in 100% safe rust.
☆40Updated 3 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☆79Updated 2 months ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A low-level I/O ownership and borrowing library☆106Updated 5 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated 7 months ago
- The missing compound borrowing for Rust.☆62Updated 2 months ago
- structured parallel execution for async Rust☆37Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆51Updated last year
- An exploration of Storages☆39Updated 2 years ago
- A concise, self-describing binary format written in Rust for Serde☆68Updated last year
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- Typed any map for rust☆67Updated last year
- Abstract over different executors☆74Updated 2 years ago
- Anonymous enum and checked exception for Rust.☆23Updated 4 years ago
- ☆52Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- a small and single threaded async runtime built on top of io-uring☆78Updated 2 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Efficient byte-stream pipe buffer☆44Updated last year
- ☆64Updated 3 weeks ago
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- A minimal and unopinionated actor framework for Rust.☆68Updated 3 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated 2 years ago
- Macro for sealing traits and structures☆61Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year