A cross-platform, multi-core optimized C++20 LRU Hash Table featuring zero runtime allocations, custom TTAS spinlocks, and Windows Kernel support.
-
Updated
Sep 13, 2026 - C++
A cross-platform, multi-core optimized C++20 LRU Hash Table featuring zero runtime allocations, custom TTAS spinlocks, and Windows Kernel support.
Performance comparison of memory operations on different C++ container types before and after compiler optimization & cache alignment
An allocation-free, ultra-low-latency C++20 concurrent cache for multi-platform User-Mode and the Windows Kernel (WDM/KMDF). Utilizes SeqLocks and NUMA sharding to deliver wait-free, nanosecond reads.
Multithreaded BFS Webcrawler optimized for low-latency concurrent crawling with cachline-aware synchronisation
Example extension for initializing Bigarray types that are allocated on cache lines
To associate your repository with the cache-alignment topic, visit your repo's landing page and select "manage topics."