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

Support for globStream #59

Closed
etnoy opened this issue Oct 7, 2024 · 2 comments
Closed

Support for globStream #59

etnoy opened this issue Oct 7, 2024 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@etnoy
Copy link

etnoy commented Oct 7, 2024

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.

@benmccann
Copy link
Contributor

I requested this in #24 earlier on, but hard to find as I didn't name it well. I just renamed it

@SuperchupuDev
Copy link
Owner

this first needs streams support on thecodrr/fdir, duplicate of #24 though

@SuperchupuDev SuperchupuDev closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 2024
@SuperchupuDev SuperchupuDev added the duplicate This issue or pull request already exists label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants