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

Custom parallel-directory-walk implementation #15

Merged
merged 8 commits into from
Nov 4, 2018

Conversation

sharkdp
Copy link
Owner

@sharkdp sharkdp commented Nov 4, 2018

This PR includes a custom implementation of a parallel directory walker using rayon.

Using this, the cold-cache performance is slightly faster (10%) and the warm-cache performance is about 40% faster.

It also reduces the binary size from 2.2 MB to 1.0 MB because we do not pull in the regex and ignore crates.

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

Successfully merging this pull request may close these issues.

1 participant