SchrodingerZhu / snmalloc-rsLinks
rust bindings of snmalloc
☆138Updated 4 months ago
Alternatives and similar repositories for snmalloc-rs
Users that are interested in snmalloc-rs are comparing it to the libraries listed below
Sorting:
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 2 months ago
- A fast and flexible LRU map.☆190Updated 7 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated 11 months ago
- a lock-free concurrent slab (experimental)☆292Updated 7 months ago
- ☆198Updated last year
- Async stream for Rust and the futures crate.☆185Updated 2 weeks ago
- Library safely exposing the io_uring API.☆68Updated 4 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆248Updated 2 months ago
- A benchmarking harness for concurrent key-value collections☆120Updated 2 years ago
- This is a Rust implementation for popular caches (support no_std).☆112Updated 6 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆82Updated last year
- A thread-safe & efficient memory pool☆169Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆199Updated last month
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Time and duration crate optimized for speed and API stability.☆74Updated 2 weeks ago
- An on-disk hash table implementation☆124Updated 3 years ago
- ☆50Updated 8 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆299Updated last month
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- Object Pool LockFree in Rust☆47Updated last month
- Generic Atomic<T> type for Rust☆236Updated 2 months ago
- Non-interleaving multithreaded output queue☆71Updated last week
- The cost of Rust async/await☆131Updated 2 years ago
- A stack for rust trait objects that minimizes allocations☆128Updated 3 years ago
- Thread parking and unparking☆78Updated 7 months ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Scoped Thread Local Storage for Rust☆56Updated 2 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year