You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to migrate from fast-glob, but I don't see a way to stream results like fast-glob does with globStream.
For very large directories with millions of files, node tends to crash due to running out of memory. We use globStream to paginate the result and manage the files in batches, but this appears not to be possible in tinyglobby yet.
The text was updated successfully, but these errors were encountered:
I'm looking to migrate from fast-glob, but I don't see a way to stream results like fast-glob does with globStream.
For very large directories with millions of files, node tends to crash due to running out of memory. We use globStream to paginate the result and manage the files in batches, but this appears not to be possible in tinyglobby yet.
The text was updated successfully, but these errors were encountered: