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

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

java - disabling a node without disable its children in javafx -

python - PIL cannot identify image file for io.BytesIO object -