Lock free thread-safe lifo for rust.
A very fast lock-free, bounded, work-stealing LIFO queue.
Parallel directory walker tuned for APFS. ~5x faster than fd/rg on macOS via work-stealing and per-volume worker tuning.
A one-stop rust crate for high-speed, high-performance, high-concurrency data-structures.
A lock-free concurrent stack that shards a Treiber stack per thread and reclaims memory with epoch-based GC.
High-performance buffer pool with constant-time allocation, thread-safe operations, and 5x speedup over bytes crate
High-performance lock-free data structures for Rust with zero dependencies
Multi-consumer pub/sub bus built on Azoth primitives
Atomic computational structures - Option, Result, Vec, HashMap built from nucleus
Various atomic utils
Thread-local pool of reusable Vec buffers with cross-type reuse
A zero-dependency, bump-pointer arena allocator with RAII transactions, nested savepoints, optional LIFO destructor tracking, and ArenaVec — built for compilers, storage engines, and high-throughput request-scoped workloads.