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

Do smart stuff to make things go faster #8

Open
jcburley opened this issue Oct 7, 2010 · 1 comment
Open

Do smart stuff to make things go faster #8

jcburley opened this issue Oct 7, 2010 · 1 comment

Comments

@jcburley
Copy link
Owner

jcburley commented Oct 7, 2010

Version 0.5 (RC1) does duplicate-entry detection via qsort for better performance; this should make the biggest single improvement reasonably possible against 0.4.

@jcburley
Copy link
Owner Author

jcburley commented Oct 7, 2010

Is the hard-link detection being done to support -p really necessary? Can discover that after the qsort, which saves traversing the accumulating list for every single file. Costs of that approach?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant