SchrodingerZhu / snmalloc-rsLinks
rust bindings of snmalloc
☆136Updated 3 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.☆128Updated last month
- A fast and flexible LRU map.☆189Updated 6 months ago
- Async stream for Rust and the futures crate.☆184Updated last month
- A reader-writer lock that provides extremely fast read access without starving writers☆81Updated last year
- ☆197Updated last year
- An on-disk hash table implementation☆123Updated 3 years ago
- Library safely exposing the io_uring API.☆64Updated 3 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆80Updated 10 months ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- This is a Rust implementation for popular caches (support no_std).☆111Updated 5 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆244Updated 3 weeks ago
- a lock-free concurrent slab (experimental)☆291Updated 6 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Time and duration crate optimized for speed and API stability.☆72Updated last month
- An updated version of linked-hash-map and friends☆120Updated 3 months ago
- Compatibility adapter between tokio and futures☆171Updated 4 months ago
- Non-interleaving multithreaded output queue☆71Updated last month
- A thread-safe & efficient memory pool☆169Updated last year
- Map data structure whose keys are stored as ranges☆89Updated 6 months ago
- Thread parking and unparking☆78Updated 5 months ago
- A Rust data structure for efficient lower-bound lookups☆91Updated last year
- Better reference counted strings for Rust☆130Updated 11 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 months ago
- Generic Atomic<T> type for Rust☆235Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆149Updated last month
- Mirror of Rust's allocator api for use on stable rust☆62Updated last month
- Utility wrapper to send non send types to other threads safely☆183Updated 3 months ago
- Scoped Thread Local Storage for Rust☆56Updated last year
- Async filesystem primitives☆135Updated 3 weeks ago