Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve HDD performance by reading files in physical sector order #1176

Open
Powerlated opened this issue Jan 6, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Powerlated
Copy link

Feature Description
While czkawka performs very well for scanning an SSD for duplicates, it can slow down to a crawl when presented with an HDD with hundreds of thousands of small files. To reduce seek times, czkawka should optionally allow reading the files in the order that they are stored in the hard drive.

On Windows, this can be implemented using the FSCTL_GET_RETRIEVAL_POINTERS IOCTL.

@Powerlated Powerlated added the enhancement New feature or request label Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant