Denis Bakhvalov from Easyperf.net and me are organizing a performance tuning contest. We give you a source code to optimize, and your task is to investigate it, find the performance bottlenecks, and fix them. In this edition, we are trying to speed up KALDI open source speech recognition toolkit. Click here if you wish to…
All posts in July 2021
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,