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 maintaining order of chunks #3

Open
almost opened this issue Nov 25, 2014 · 0 comments
Open

Support maintaining order of chunks #3

almost opened this issue Nov 25, 2014 · 0 comments

Comments

@almost
Copy link
Owner

almost commented Nov 25, 2014

As an option, not appropriate for a lot of use cases.

It would need to have a limit on the output buffer (the list of chunks that have arrived out of order and are waiting for the the one in front of them to be ready) otherwise it would be easy for it to use up all available memory if a particular chunk took a long time to process. This probably wouldn't be the same as the maxConcurrency option, this should continue to mean how many things can be being processed at a given time.

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

1 participant