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 -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -