SchrodingerZhu / snmalloc-rs
rust bindings of snmalloc
☆122Updated this week
Related projects ⓘ
Alternatives and complementary repositories for snmalloc-rs
- A reader-writer lock that provides extremely fast read access without starving writers☆74Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆114Updated 5 months ago
- Async stream for Rust and the futures crate.☆176Updated 2 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- Library safely exposing the io_uring API.☆54Updated 2 weeks ago
- A fast and flexible LRU map.☆170Updated 6 months ago
- An on-disk hash table implementation☆112Updated 3 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆66Updated 3 months ago
- ☆185Updated 9 months ago
- Make trait methods callable without the trait in scope☆135Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆216Updated last month
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆106Updated this week
- A thread-safe & efficient memory pool☆163Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 6 months ago
- a lock-free concurrent slab (experimental)☆273Updated 3 months ago
- A benchmarking harness for concurrent key-value collections☆116Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆159Updated 2 weeks ago
- Performant time measuring in Rust☆171Updated 8 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆127Updated this week
- Non-interleaving multithreaded output queue☆70Updated last week
- Generic Atomic<T> type for Rust☆218Updated 9 months ago
- (lifetime) GATs on stable Rust☆56Updated 10 months ago
- This is a Rust implementation for popular caches (support no_std).☆104Updated 6 months ago
- A Rust data structure for efficient lower-bound lookups☆88Updated 8 months ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆64Updated 6 months ago
- ☆45Updated 2 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 3 months ago
- The cost of Rust async/await☆119Updated 2 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆147Updated 6 months ago
- Map data structure whose keys are stored as ranges☆77Updated 8 months ago