1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-07 11:16:57 +00:00
SquidDev 68762fe84c Switch FileMount to use Files.walkFileTree
This means we are already provided with file attributes, which halfs[^1]
the time taken to scan folders.

[^1]: This dropped the fastest scan time from ~1.3s to ~0.6. It's by no
means a perfect benchmark, but this is still an obvious improvement.
2020-04-09 22:06:53 +01:00
..