asynchronics / tachyonixLinks
An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds
☆122Updated 10 months ago
Alternatives and similar repositories for tachyonix
Users that are interested in tachyonix are comparing it to the libraries listed below
Sorting:
- Open a scope and then freeze it in time for future access.☆107Updated 11 months ago
- Utilities for working with shared slices of memory☆72Updated last month
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆96Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 5 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆129Updated 2 months ago
- A fast and flexible LRU map.☆190Updated 6 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 2 weeks ago
- The missing compound borrowing for Rust.☆58Updated 2 months ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆59Updated last year
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆159Updated last year
- Typed any map for rust☆67Updated 7 months ago
- Remoc 🦑 — Remote multiplexed objects, channels and RPC for Rust☆199Updated last week
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- ☆181Updated 2 weeks ago
- A simple Cross-platform thread schedule and priority library for rust.☆134Updated last month
- Define your own PhantomData☆155Updated 3 weeks ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 9 months ago
- Inter-event timing metrics on top of tracing.☆125Updated this week
- An ε-copy serialization/deserialization framework for Rust☆152Updated this week
- ☆113Updated 2 years ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 9 months ago
- Async broadcast channels☆180Updated 7 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆247Updated last month
- Allocation-free data structures that make do with the memory they're given☆144Updated 3 years ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 10 months ago
- Better reference counted strings for Rust☆131Updated last year
- Lending iterators on stable Rust☆83Updated last year
- A concurrent, append-only vector.☆187Updated last month
- Fast JSON deserialization on borrowed data