In this post we talk about memory mechanism that increase memory accesses latency and we explore the techniques to avoid them in latency-sensitive systems.
All posts tagged low latency
Latency-Sensitive Applications and the Memory Subsystem: Keeping the Data in the Cache
Posted on Author Ivica BogosavljevićPosted in Low Level Performance, Memory Subsystem Performance, PerformanceLeave a Reply
We explore performance of latency-sensitive application, or more specifically, how to avoid evicting your critical data from the data cache.
Making your program run faster: the key concepts of software performance
In this post we present key concepts of software performance engineering.
Debugging performance issues in kernel space: minor fault and major faults
Posted on Author Ivica BogosavljevićPosted in Kernel Space and Performance, PerformanceLeave a Reply
In this post we talk about major and minor faults as performance issues that your program can experience, we explain what they are, how to detect them and how to fix them,