SchrodingerZhu / snmalloc-rsLinks
rust bindings of snmalloc
☆131Updated last month
Alternatives and similar repositories for snmalloc-rs
Users that are interested in snmalloc-rs are comparing it to the libraries listed below
Sorting:
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- A fast and flexible LRU map.☆183Updated 4 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 11 months ago
- a lock-free concurrent slab (experimental)☆282Updated 5 months ago
- An on-disk hash table implementation☆120Updated 3 years ago
- This is a Rust implementation for popular caches (support no_std).☆109Updated 3 months ago
- Async stream for Rust and the futures crate.☆183Updated 3 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- ☆194Updated last year
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Performant time measuring in Rust☆192Updated last year
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- Async filesystem primitives☆132Updated 4 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Make trait methods callable without the trait in scope☆146Updated last week
- Library safely exposing the io_uring API.☆62Updated 2 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated 11 months ago
- Run closures in parallel☆113Updated 4 months ago
- Better reference counted strings for Rust☆126Updated 10 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 9 months ago
- Compatibility adapter between tokio and futures☆170Updated 2 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆292Updated 9 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆83Updated this week
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆164Updated last month
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Generic Atomic<T> type for Rust☆234Updated last year
- Map data structure whose keys are stored as ranges☆88Updated 5 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆154Updated this week