Relative Content

Tag Archive for c#windows

Slow std::fstream performance

I’m trying to process a bunch of files (several thousand, each with a size of around 500KB) with a C++ executable, but I’m experiencing very poor performance when reading the files sequentially. The core C++ code is basically this: