We explore performance of latency-sensitive application, or more specifically, how to avoid evicting your critical data from the data cache.
All posts tagged latency
Hiding Memory Latency With In-Order CPU Cores OR How Compilers Optimize Your Code
Posted on Author Ivica BogosavljevićPosted in Memory Subsystem Performance, PerformanceLeave a Reply
We investigate techniques for hiding memory latency on in-order CPU cores. The same techniques that the compilers employ.
Making your program run faster: the key concepts of software performance
In this post we present key concepts of software performance engineering.