opral / lix-sdk

1 stars 0 forks source link

glob function #11

Open samuelstroschein opened 5 months ago

samuelstroschein commented 5 months ago

Context

Several apps need a glob function to find inlang projects & other use cases that is fast.

For example, searching for inlang projects in a large repository can be 10-20 levels deep. Current workarounds, due to a non-existent globbing function, are too slow. Hence, the depth is capped to 3-4 levels. The capped depth leads to "unfindable" inlang projects. See SHERL-15.

Proposal

Lix FS should have a glob function that is fast enough to not require an artificial depth cap.