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

Should webnative have a tree-walking utility function? #470

Open
jeffgca opened this issue Jan 26, 2023 · 1 comment
Open

Should webnative have a tree-walking utility function? #470

jeffgca opened this issue Jan 26, 2023 · 1 comment

Comments

@jeffgca
Copy link
Contributor

jeffgca commented Jan 26, 2023

NB: Feature requests will only be considered if they solve a pain

Summary

UNIX tree is useful, and can be run in ways that prevents performance problems with large filesystems by limiting the types of things listed and the depth of the listing. You can implement a naive version of this using existing methods but it might be a better developer experience to have one we create that has performance-preserving features and defaults? cc @bgins for the idea.

@bgins
Copy link
Member

bgins commented Jan 26, 2023

Related to #460 where we could potentially use a feature like this.

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

2 participants