Robust benchmarking in noisy environments
#programming
#benchmarking
#zig
Benchmarking is a crucial aspect of high performance programming that enables developers to detect and avoid program regressions, compare implementation and most importantly use real data instead of guessing.
This post transcribes my interpretation, as a programmer, of the
Robust benchmarking in noisy environments
paper from the MIT.