Skip to content
#

cache-alignment

Here are 7 public repositories matching this topic...

Language: All
Filter by language

A high-throughput, starvation-resistant C++20 reader-writer lock. Features a lock-free atomic fast path, zero-allocation wait queues, and deterministic user-space fairness policies to prevent writer starvation. Built for high-concurrency environments like HFT, routing tables, and telemetry pipelines.

  • Updated Aug 14, 2026
  • C++

Ultra-low-latency, header-only concurrent cache for C++20 and Windows Kernel (WDM/KMDF). Utilizes SeqLocks, tiered backoff, and NUMA-aware sharding to deliver nanosecond tail latencies with minimal (Linux) or no (Windows/Mac) dependencies.

  • Updated Jun 11, 2026
  • C++

Improve this page

Add a description, image, and links to the cache-alignment topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cache-alignment topic, visit your repo's landing page and select "manage topics."

Learn more