Review BCU performance (read NTFS' MFT?)
See original GitHub issueBCU’s startup and scan time can be quite long. Do you know where current performance bottlenecks are? Searching the registry? Finding files? Reading files?
If it’s the second might it help (and be worth the effort) to scan the MFT
?
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
[Feature request] Faster boot time · Issue #165
3. Steps to reproduce. I run BCUninstaller.exe file. 4. Expected behavior ... Review BCU performance (read NTFS' MFT?) #215. Closed.
Read more >Sluggish performance on NTFS drive with large number of ...
The server did not have enough memory. Instead of caching NTFS metafile data in memory every file access required multiple disk reads.
Read more >Suggest using NTFS MFT to speed up folder comparison time
Reading the MFT makes a massive difference. I moved from WinDirStat to WizTree for that reason: What used to take minutes now takes...
Read more >Bad NTFS performance
You can see that ext3 performs alright up to about 95% disk use, while the existence of the MFT means that NTFS doesn't...
Read more >Untitled
Arrears letter charge, Ikea hafslo double mattress review? ... Como deixar cabelo arrepiado, African traditional performances, Plymouth brethren schools, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m testing an implementation with MFT on a new branch https://github.com/Klocman/Bulk-Crap-Uninstaller/tree/ntfs-mft
For now the implementation is inefficient and needs work so I don’t recommend using it.
Everything is currently used through the command line tool to get directory sizes (if it’s installed) https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/f9ddbea5a3cd881a7233e61f50eb98d19596b3bd/source/UninstallTools/Factory/InfoAdders/FastSizeGenerator.cs#L81-L94
I didn’t add more functionality because the size scan was the main bottleneck and implementing a full wrapper around file IO would need a lot of work for potentially little return.