SchrodingerZhu / snmalloc-rs
rust bindings of snmalloc
☆129Updated last month
Alternatives and similar repositories for snmalloc-rs:
Users that are interested in snmalloc-rs are comparing it to the libraries listed below
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆126Updated 10 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆78Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- ☆192Updated last year
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- A fast and flexible LRU map.☆181Updated 4 months ago
- Library safely exposing the io_uring API.☆61Updated last month
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆78Updated 7 months ago
- Async stream for Rust and the futures crate.☆183Updated last month
- An on-disk hash table implementation☆116Updated 3 years ago
- Map data structure whose keys are stored as ranges☆88Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆232Updated 3 months ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Non-interleaving multithreaded output queue☆71Updated 2 months ago
- Generic Atomic<T> type for Rust☆234Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- This is a Rust implementation for popular caches (support no_std).☆109Updated 3 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- ☆47Updated 4 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆152Updated 2 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated last month
- Convert closures into wakers☆45Updated 3 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆70Updated 11 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆163Updated last month
- Lightweight and high performance concurrent cache☆234Updated 2 weeks ago
- Better reference counted strings for Rust☆124Updated 9 months ago
- Async filesystem primitives☆132Updated 3 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.