koute / schnellru
A fast and flexible LRU map.
☆181Updated 4 months ago
Alternatives and similar repositories for schnellru:
Users that are interested in schnellru are comparing it to the libraries listed below
- Define your own PhantomData☆152Updated 2 months ago
- ☆192Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆232Updated 3 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆126Updated 10 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated 2 months ago
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆91Updated 3 weeks ago
- Library safely exposing the io_uring API.☆61Updated last month
- ☆206Updated last month
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- An updated version of linked-hash-map and friends☆112Updated 3 weeks ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆135Updated 7 months ago
- Utility wrapper to send non send types to other threads safely☆179Updated last month
- A global executor built on top of async-executor and smol☆74Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆240Updated last month
- A token-based rate limiter based on the leaky bucket algorithm.☆108Updated last month
- Rust microbenchmarking harness based on paired-testing methodology☆88Updated 3 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆120Updated 7 months ago
- Lending iterators on stable Rust☆82Updated last year
- Better reference counted strings for Rust☆124Updated 9 months ago
- Track and query Cargo dependency graphs.☆207Updated this week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆184Updated 3 weeks ago
- Utilities for working with impl traits in Rust.☆108Updated 3 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆107Updated 4 months ago
- An on-disk hash table implementation☆116Updated 3 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated last month
- Graph the number of crates that depend on your crate over time☆238Updated this week
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆102Updated 4 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 2 months ago