C# FileStream : Optimal buffer size for writing large files?
Default buffer size is 4 KiB. Also, take a look here: Sequential File Programming Patterns and Performance with .NET Programming patterns for sequential file access in the .NET Framework are described and the performance is measured. The default behavior provides excellent performance on a single disk – 50 MBps both reading and writing. Using large … Read more