elast0ny / raw_sync-rsLinks
A Rust implementation of OS provided synchronization primitives
☆59Updated 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
Sorting:
- A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.☆68Updated 2 months ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆59Updated last year
- Object Pool LockFree in Rust☆47Updated 2 weeks ago
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆152Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 4 months ago
- A circular buffer-like queue container.☆38Updated 4 months ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆71Updated last year
- The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give…☆71Updated 7 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Trying to create Sync bump allocator☆37Updated last week
- Threadsafe RefCell for Rust☆93Updated 4 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…☆88Updated 4 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Map data structure whose keys are stored as ranges☆89Updated 6 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 9 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- A fixed-size circular buffer written in Rust.☆116Updated this week
- Testing framework for rust enhancing the built-in library with some useful features.☆66Updated 2 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated this week
- Lending iterators on stable Rust☆83Updated last year
- rust bindings of snmalloc☆136Updated 3 months ago
- Time and duration crate optimized for speed and API stability.☆72Updated last month
- A lightweight lock protected by an atomic boolean.☆37Updated 4 months ago
- A simple Cross-platform thread schedule and priority library for rust.☆133Updated 3 weeks ago
- This is a Rust implementation for popular caches (support no_std).☆111Updated 5 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆128Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 4 months ago
- Convert closures into wakers☆45Updated 5 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 11 months ago