An implementation of triple buffering, useful for sharing frequently updated data between threads
A simple triple buffer.
A cheap lock-free triple buffer data structure that stores 64 bits of data
Utilities for implementing triple buffering and generalized multi-buffering patterns
An extension of triple buffering for multiple-consumer scenarios, useful for sharing frequently updated data between threads
A collection of wait-free data structures
Uniform 2D grids and triple-buffered field state
A multi-threaded AEAD encryption engine
Simple lock-free triple buffer
CPU-GPU memory coordination for the memkit ecosystem
A simple garbage collector which collects resources dropped on a realtime thread and safely deallocates them on another thread
Concurrency algorithms