Skip to content

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

Open
p0lygun wants to merge 1 commit into
tranxuanthang:mainfrom
p0lygun:probe-walkdir
Open

feat(src_tauri:fs_track): use WalkDir instead of globwalk#88
p0lygun wants to merge 1 commit into
tranxuanthang:mainfrom
p0lygun:probe-walkdir

Conversation

@p0lygun

@p0lygun p0lygun commented May 29, 2024

Copy link
Copy Markdown

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)

@DataM0del DataM0del left a comment

Copy link
Copy Markdown
Contributor

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