question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Review BCU performance (read NTFS' MFT?)

See original GitHub issue

BCU’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:closed
  • Created 5 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
Klocmancommented, Aug 25, 2018

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.

1reaction
Klocmancommented, Feb 14, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found