简体   繁体   English

文件读写速度

[英]File reading/writing speed

In NTFS, is the reading/writing speed of a file(with a known path) influenced by the number of files in the same folder? 在NTFS中,文件(具有已知路径)的读写速度是否受同一文件夹中文件数量的影响?

es: es:

var data = System.IO.File.ReadAllBytes(aKnownPath);

Locating a file takes more time per each file in the directory. 在目录中每个文件中查找文件所花费的时间更多。

Reading from an opened file is constant. 从打开的文件读取是恒定的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM