elast0ny / raw_sync-rsLinks
A Rust implementation of OS provided synchronization primitives
☆62Updated 2 years ago
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:
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆70Updated last year
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆158Updated 3 years ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆72Updated last year
- Object Pool LockFree in Rust☆49Updated 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.☆70Updated 3 months ago
- rust bindings of snmalloc☆148Updated 4 months ago
- A fixed-size circular buffer written in Rust.☆138Updated 6 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 10 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- Thread-safe object pool with automatic return and attach/detach semantics☆82Updated 6 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- Rust wrapper around a connection listener to support TLS.☆58Updated 2 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- A global executor built on top of async-executor and smol☆75Updated 5 months ago
- ☆44Updated 8 months ago
- A simple Cross-platform thread schedule and priority library for rust.☆144Updated 4 months ago
- Oneshot Rust channel working both in and between sync and async environments☆97Updated 10 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆218Updated last week
- Timer facilities for Rust's async story☆56Updated last year
- Trying to create Sync bump allocator☆41Updated 6 months ago
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Migrated to Codeberg☆79Updated 2 years ago
- Better reference counted strings for Rust☆139Updated last year
- Time and duration crate optimized for speed and API stability.☆75Updated last week
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last month
- Rust fast `&[u8]` to integer parser☆57Updated last week
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Thread parking and unparking☆81Updated last year
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 3 years ago