m-ou-se / linux-futexLinks
Rust interface for Linux futexes, the fast user-space locking primitive.
☆90Updated 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:
- An updated version of linked-hash-map and friends☆127Updated 5 months ago
- ☆94Updated 2 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Define your own PhantomData☆158Updated 2 weeks ago
- A fast and flexible LRU map.☆192Updated 9 months ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Non-interleaving multithreaded output queue☆72Updated this week
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 2 weeks ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆112Updated 2 months ago
- Lending iterators on stable Rust☆83Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆84Updated last year
- A low-level I/O ownership and borrowing library☆104Updated last month
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Take a value atomically once.☆30Updated 2 years ago
- Thread parking and unparking☆79Updated 8 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 4 months ago
- A global executor built on top of async-executor and smol☆74Updated last month
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆74Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆84Updated last year
- This is a Rust implementation for popular caches (support no_std).☆112Updated 8 months ago
- Library safely exposing the io_uring API.☆68Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Benchmarking library for stable Rust☆46Updated 5 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 7 months ago
- rust bindings of snmalloc☆140Updated last month
- An unordered multiset/bag implementation backed by HashMap☆70Updated 2 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆163Updated last month