belov-sergei / scan-my-disk

Interactive pie chart visualization of disk space usage.
GNU General Public License v3.0
8 stars 0 forks source link

Attempt to speed up scanning using Windows API #4

Closed belov-sergei closed 10 months ago

belov-sergei commented 10 months ago

Measured the scanning time locally, with 575 GB of 953 GB used, as an initial benchmark:

First run: 7.25 sec. Second run: 7.66 sec. Third run: 7.11 sec.

belov-sergei commented 10 months ago

Implementation of directory traversal using FindFirstFile / FindNextFile doesn't show any noticeable differences from std::filesystem. For now, I will leave current code unchanged.