Tailslayer: Library for reducing tail latency in RAM reads
Summary
Tailslayer introduces a hedging approach to RAM reads by replicating data across independent DRAM channels with uncorrelated refreshes and issuing parallel hedged reads to minimize tail latency. The project provides a C++ library with example usage, build instructions, and benchmark guidance, targeting low-latency memory access patterns on various architectures.