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

feat(src_tauri:fs_track): use WalkDir instead of globwalk #88

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

p0lygun
Copy link

@p0lygun p0lygun commented May 29, 2024

Migrated to walkdir because it has the ability to follow symlinks.

This is my first time writing rust code, so i probably did some mistakes, please let me know.

Also looking that the project we can achieve much lower load times, if we make use of parallel loading.
Preliminarily search suggest making use of jwalk. More discussion needs to take place before any code changes. (bench-marking on large set of files)

Copy link
Contributor

@DataM0del DataM0del left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not?

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.

3 participants