hardware prefetcher
RU: hardware prefetcher
A dedicated hardware unit inside the CPU that monitors memory access patterns and speculatively loads upcoming cache lines before the processor requests them. Common variants include the stream prefetcher (sequential access) and the stride prefetcher (regular fixed-gap access); irregular access patterns defeat both.