elast0ny / raw_sync-rs
A Rust implementation of OS provided synchronization primitives
☆53Updated last year
Related projects ⓘ
Alternatives and complementary repositories for raw_sync-rs
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆137Updated last year
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆51Updated 4 months ago
- A simple Cross-platform thread schedule and priority library for rust.☆109Updated this week
- Better reference counted strings for Rust☆114Updated 3 months ago
- Thread-safe object pool with automatic return and attach/detach semantics☆75Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆80Updated 2 weeks ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆64Updated 6 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆125Updated last week
- Map data structure whose keys are stored as ranges☆75Updated 8 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆113Updated 4 months ago
- Threadsafe RefCell for Rust☆88Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆131Updated 3 months ago
- This is a Rust implementation for popular caches (support no_std).☆104Updated 6 months ago
- Rust crate for managing CPU core affinities☆177Updated 3 months ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆59Updated this week
- AtomicRingBuffer is a constant-size almost lock-free ring buffer with low memory overhead in Rust☆38Updated 6 months ago
- Library safely exposing the io_uring API.☆54Updated this week
- Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats☆53Updated this week
- Dependency injection for Rust☆40Updated 4 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated 11 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆151Updated 3 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated last month
- Implementation of triple buffering in Rust☆81Updated last month
- A flexible and convenient high-level mmap for zero-copy file I/O.☆105Updated 9 months ago
- A fast mpmc queue with broadcast capabilities. Known as multiqueue too.☆54Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆175Updated 7 months ago
- A Mutex wrapper tracking acquisition order☆66Updated 11 months ago
- A fast and flexible LRU map.☆170Updated 5 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆127Updated 7 months ago