koute / schnellruLinks
A fast and flexible LRU map.
☆200Updated last year
Alternatives and similar repositories for schnellru
Users that are interested in schnellru are comparing it to the libraries listed below
Sorting:
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆140Updated 8 months ago
- Define your own PhantomData☆158Updated last month
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆279Updated 3 weeks ago
- Library safely exposing the io_uring API.☆78Updated last week
- a lock-free concurrent slab (experimental)☆305Updated 3 weeks ago
- Fast JSON deserialization on borrowed data☆123Updated 2 months ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆256Updated this week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated this week
- Better reference counted strings for Rust☆140Updated last year
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆141Updated last year
- Make trait methods callable without the trait in scope☆162Updated this week
- ☆244Updated 2 weeks ago
- Async broadcast channels☆190Updated 5 months ago
- ☆205Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 6 months ago
- Concurrent multi-producer multi-consumer queue☆299Updated 2 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆173Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated last week
- Automatically implement traits for common smart pointers☆122Updated 10 months ago
- Graph the number of crates that depend on your crate over time☆256Updated last week
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated 3 weeks ago
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆126Updated 5 months ago
- A concurrent, append-only vector.☆208Updated 6 months ago
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- An atomically updatable Arc for lock-free concurrency.☆189Updated 3 months ago
- Benchmarking library for stable Rust☆47Updated last month
- Async synchronization primitives☆281Updated last month