Pinned Repositories
async-event
An efficient async condition variable for lock-free algorithms
diatomic-waker
Async, lock-free synchronization primitives for task wakeup
kellnr
The registry for Rust crates
multishot
An async, lock-free, reusable channel for sending single values to asynchronous tasks
nexosim
High-performance asynchronous computation framework for system simulation
recycle-box
A pointer type for heap-allocated objects which heap storage can be re-used
st3
Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.
tachyobench
Async benchmark for MPSC channels with support for multiple executors
tachyonix
An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds
tai-time
A nanosecond-precision monotonic clock timestamp based on the TAI time standard
Asynchronics's Repositories
asynchronics/nexosim
High-performance asynchronous computation framework for system simulation
asynchronics/tachyonix
An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds
asynchronics/st3
Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.
asynchronics/diatomic-waker
Async, lock-free synchronization primitives for task wakeup
asynchronics/recycle-box
A pointer type for heap-allocated objects which heap storage can be re-used
asynchronics/multishot
An async, lock-free, reusable channel for sending single values to asynchronous tasks
asynchronics/tachyobench
Async benchmark for MPSC channels with support for multiple executors
asynchronics/async-event
An efficient async condition variable for lock-free algorithms
asynchronics/tai-time
A nanosecond-precision monotonic clock timestamp based on the TAI time standard
asynchronics/kellnr
The registry for Rust crates