Reloaded-Project / Reloaded-III

[WIP] Formal Specification for the Next Iteration of Reloaded
https://reloaded-project.github.io/Reloaded-III/
8 stars 1 forks source link

[Windows/Research] Benchmark After How Many Files does Opening Slow Down on a Cold File Open #20

Closed Sewer56 closed 3 months ago

Sewer56 commented 7 months ago

Use this for reference

https://stackoverflow.com/a/26205776


This is important for understanding how we store files with caching

Sewer56 commented 3 months ago

As seen in the FileSystem Performance document, random file access on Windows is awful in the first place.

Conclusions are written on that page.