asynchronics / tachyonixLinks
An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds
☆141Updated last year
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 last year
- A fast and flexible LRU map.☆193Updated 9 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated last year
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆101Updated last month
- An ε-copy serialization/deserialization framework for Rust☆159Updated this week
- A lockless mpmc/mpsc to support async base on crossbeam☆195Updated last week
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Utilities for working with shared slices of memory☆77Updated 3 months ago
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 7 months ago
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆258Updated 2 weeks ago
- Library safely exposing the io_uring API.☆69Updated last week
- Define your own PhantomData☆158Updated last month
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆204Updated 3 weeks ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Perfect hashing for an imperfect world☆94Updated last month
- A concurrent, append-only vector.☆202Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆166Updated last year
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆142Updated 3 weeks ago
- Remoc 🦑 — Remote multiplexed objects, channels and RPC for Rust☆202Updated last month
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆141Updated last year
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆68Updated last year
- ☆216Updated 3 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆139Updated 10 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆257Updated 3 months ago
- A Platform-less, Runtime-less Actor Computing Model☆126Updated last year
- Async broadcast channels☆187Updated 2 months ago
- Map data structure whose keys are stored as ranges☆95Updated this week