c# - File reading/writing speed -
in ntfs, reading/writing speed of file(with known path) influenced number of files in same folder?
es:
var data = system.io.file.readallbytes(aknownpath);
locating file takes more time per each file in directory.
reading opened file constant.
Comments
Post a Comment