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

refactor: look into using ripgrep crates #22

Open
norskeld opened this issue Mar 11, 2024 · 0 comments
Open

refactor: look into using ripgrep crates #22

norskeld opened this issue Mar 11, 2024 · 0 comments
Assignees
Labels
refactor Refactor or internal improvement

Comments

@norskeld
Copy link
Owner

Specifically https://docs.rs/ignore looks very interesting since it provides parallel recursive directory iterator (WalkParallel) which may come in very handy.

Not that my (admittedly, poorly written) Traverser does a bad job, but it definitely could be improved.

@norskeld norskeld added the refactor Refactor or internal improvement label Mar 11, 2024
@norskeld norskeld self-assigned this Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor or internal improvement
Projects
None yet
Development

No branches or pull requests

1 participant