oddsdk / ts-odd

An SDK for building apps with decentralized identity and storage.
https://odd.dev/
Apache License 2.0
179 stars 24 forks source link

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

Open jeffgca opened 1 year ago

jeffgca commented 1 year ago

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 commented 1 year ago

Related to https://github.com/fission-codes/webnative/issues/460 where we could potentially use a feature like this.