elast0ny / raw_sync-rs
A Rust implementation of OS provided synchronization primitives
☆56Updated last year
Alternatives and similar repositories for raw_sync-rs:
Users that are interested in raw_sync-rs are comparing it to the libraries listed below
- AtomicRingBuffer is a constant-size almost lock-free ring buffer with low memory overhead in Rust☆41Updated last year
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆57Updated 10 months ago
- Object Pool LockFree in Rust☆46Updated 3 months ago
- A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.☆66Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆125Updated 10 months ago
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆145Updated 2 years ago
- A simple Cross-platform thread schedule and priority library for rust.☆124Updated 5 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 2 months ago
- Time and duration crate optimized for speed and API stability.☆69Updated last month
- A fast mpmc queue with broadcast capabilities. Known as multiqueue too.☆54Updated 3 years ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- Threadsafe RefCell for Rust☆90Updated last month
- Rust fast `&[u8]` to integer parser☆52Updated 2 months ago
- Cross-platform, endian-aware primitives for Rust☆36Updated 6 months ago
- A cargo subcommand, that runs valgrind and displays its output in a helpful manner. Tailored to Rust.☆144Updated 2 weeks ago
- A lightweight lock protected by an atomic boolean.☆37Updated last month
- This is a Rust implementation for popular caches (support no_std).☆109Updated 2 months ago
- Better reference counted strings for Rust☆121Updated 9 months ago
- Library safely exposing the io_uring API.☆61Updated last month
- A cross-platform library for fast and safe memory-mapped IO in Rust☆69Updated 11 months ago
- A global executor built on top of async-executor and smol☆74Updated last month
- Rust interface for Linux futexes, the fast user-space locking primitive.☆86Updated 10 months ago
- Cross-platform implementation of cross-process named locks☆35Updated last year
- Trying to create Sync bump allocator☆32Updated 5 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…☆80Updated last month
- Convert closures into wakers☆45Updated 3 months ago
- A faster Arc.☆64Updated last year
- A fixed-size circular buffer written in Rust.☆113Updated 5 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆135Updated 6 months ago