I am writing a stream to a file by
stream.CopyToAsync(fileStream, [bufferSize])
I want to know how much buffer size is better to use for a faster operation?
files are from 100KB to 1 or 2 megabyte.
I am writing a stream to a file by
stream.CopyToAsync(fileStream, [bufferSize])
I want to know how much buffer size is better to use for a faster operation?
files are from 100KB to 1 or 2 megabyte.