m-ou-se / linux-futexLinks
Rust interface for Linux futexes, the fast user-space locking primitive.
☆88Updated last year
Alternatives and similar repositories for linux-futex
Users that are interested in linux-futex are comparing it to the libraries listed below
Sorting:
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated last month
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆82Updated last year
- ☆94Updated last year
- Define your own PhantomData☆156Updated 3 weeks ago
- A benchmarking harness for concurrent key-value collections☆120Updated 2 years ago
- rust bindings of snmalloc☆140Updated last week
- Non-interleaving multithreaded output queue☆72Updated 3 weeks ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Lending iterators on stable Rust☆83Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- Better reference counted strings for Rust☆135Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆130Updated 3 months ago
- Mirror of Rust's allocator api for use on stable rust☆63Updated this week
- A reader-writer lock that provides extremely fast read access without starving writers☆82Updated last year
- A fast and flexible LRU map.☆192Updated 8 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- Take a value atomically once.☆30Updated 2 years ago
- Cross-platform implementation of cross-process named locks☆37Updated last year
- Thread parking and unparking☆78Updated 7 months ago
- Some internal rustc tools made accessible☆47Updated 8 months ago
- A global executor built on top of async-executor and smol☆74Updated last month
- Trying to create Sync bump allocator☆39Updated 2 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆162Updated 2 weeks ago
- This is a Rust implementation for popular caches (support no_std).☆112Updated 7 months ago
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 8 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 6 months ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- An updated version of linked-hash-map and friends☆122Updated 5 months ago