CamStack shared-memory frame ring — cross-platform N-API segment mapping + seqlock ring
_Named after St. Jude, patron of hopeless causes — like getting Node.js to beat Python at ML inference._
A reader-writer lock that provides extremely fast read access without starving writers.
Fork of the `seqlock` crate that can be used on bare metal.
RwLock with lock-free Reads and sequential Writes
A blazing fast seqlock-based concurrent hashmap where every data cell is its own seqlock, suitable for thousands of concurrent readers and writers
Basic utils for concurrent programming. Backoff, spinlocks, seqlock, atomic type wrappers.
Ultra-low-latency SPMC/MPMC pub/sub using stamped ring buffers. Formally sound with atomic-slots feature. no_std compatible.
SKI calculus evaluator in Rust compiled to WASM
Zero-copy pub/sub over shared memory. URI-addressed. O(1) transfer at any payload size.
High-performance conflation slots (SPSC + SPMC) for latest-value-wins scenarios
Pure Rust implementation of Android's property system with cross-platform support, real-time monitoring, and Linux emulation
Byte-wise atomic memcpy.
High-performance lock-free structured logging with sub-30ns hot-path latency