m-ou-se / linux-futexLinks
Rust interface for Linux futexes, the fast user-space locking primitive.
☆87Updated 11 months ago
Alternatives and similar repositories for linux-futex
Users that are interested in linux-futex are comparing it to the libraries listed below
Sorting:
- docs.rs as a publishing platform?☆69Updated 2 weeks ago
- ☆93Updated last year
- A fast and flexible LRU map.☆184Updated 5 months ago
- An updated version of linked-hash-map and friends☆114Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 8 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- A big integer library in Rust with good performance.☆105Updated last year
- A collection of small utilities for working with pointer types in Rust.☆125Updated 4 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 11 months ago
- Convert closures into wakers☆45Updated 4 months ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- Better reference counted strings for Rust☆126Updated 10 months ago
- Define your own PhantomData☆152Updated 2 weeks ago
- An unordered multiset/bag implementation backed by HashMap☆67Updated 2 months ago
- Inter-event timing metrics on top of tracing.☆117Updated last year
- ☆47Updated 5 months ago
- A low-level I/O ownership and borrowing library☆101Updated 6 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- ☆194Updated last year
- This is a Rust implementation for popular caches (support no_std).☆109Updated 4 months ago
- Library for scripting analyses against crates.io's database dumps☆69Updated 3 months ago
- Some internal rustc tools made accessible☆47Updated 4 months ago
- Lending iterators on stable Rust