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

Popular posts from this blog

asp.net mvc - Cannot display error message on Editor or EditorFor -

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Using str_replace to translate a MySQL Table in html -