Archive for November 2010
I/O Benchmarking – Windows File Cache
Introduction When developing high-performance applications, I/O is typically a bottleneck. On my latest game, it could take over a minute to load the data from disk on a minimum specification PC. I decided optimizing disk reads could be a big win for our project. Unfortunately, the tools available to diagnose I/O performance are quite limited…
Read More