koute / schnellruLinks
A fast and flexible LRU map.
☆198Updated last year
Alternatives and similar repositories for schnellru
Users that are interested in schnellru are comparing it to the libraries listed below
Sorting:
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago
- Library safely exposing the io_uring API.☆71Updated last week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- Define your own PhantomData☆158Updated 3 weeks ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated last week
- ☆205Updated last year
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- a lock-free concurrent slab (experimental)☆303Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆215Updated this week
- ☆241Updated 5 months ago
- An updated version of linked-hash-map and friends☆139Updated 2 months ago
- Benchmarking library for stable Rust☆47Updated 3 weeks ago
- Better reference counted strings for Rust☆139Updated last year
- Make trait methods callable without the trait in scope☆161Updated 3 weeks ago
- A token-based rate limiter based on the leaky bucket algorithm.☆113Updated 2 months ago
- Async broadcast channels☆189Updated 4 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated last year
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆150Updated 3 years ago
- Asynchronous access to a bincode-encoded item stream.☆78Updated 9 months ago
- Concurrently Readable Data Structures for Rust☆363Updated 6 months ago
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- rust bindings of snmalloc☆147Updated 4 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆259Updated 6 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- An on-disk hash table implementation☆126Updated 4 years ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆174Updated 4 months ago
- Graph the number of crates that depend on your crate over time☆256Updated 3 weeks ago
- Concurrent multi-producer multi-consumer queue☆298Updated last month