タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

performanceに関するwata_dのブックマーク (1)

  • C# strange cache behaviour

    I made some test to mesure the c# read perfomance on binary file and I made some curious discovery. Except for some minor details, the following is the code I used to read the file:             byte[] buffer = new byte[bufferSize];             FileStream fileStream = new FileStream(fileName, FileMode.Open,                 FileAccess.Read, FileShare.None, fileStreamBufferSize, fileOptions);        

  • 1