m-ou-se / linux-futexLinks
Rust interface for Linux futexes, the fast user-space locking primitive.
☆92Updated 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:
- ☆94Updated 2 years ago
- Define your own PhantomData☆158Updated 2 weeks ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- An updated version of linked-hash-map and friends☆137Updated last month
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- A fast and flexible LRU map.☆198Updated 11 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last month
- (lifetime) GATs on stable Rust☆59Updated last year
- A low-level I/O ownership and borrowing library☆106Updated 3 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Lending iterators on stable Rust☆83Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- docs.rs as a publishing platform?☆71Updated 2 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Non-interleaving multithreaded output queue☆79Updated 2 weeks ago
- A global executor built on top of async-executor and smol☆75Updated 3 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 6 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 2 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Thread parking and unparking☆79Updated 10 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago
- rust bindings of snmalloc☆146Updated 3 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆114Updated 2 weeks ago
- Trying to create Sync bump allocator☆40Updated 4 months ago
- Take a value atomically once.☆30Updated 2 years ago
- Better reference counted strings for Rust☆139Updated last year
- Async stream for Rust and the futures crate.☆189Updated last month
- This is a Rust implementation for popular caches (support no_std).☆113Updated 10 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated last year