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

Document difference between MultiFlatten concatenate and merge #82

Closed
zeljkot opened this issue Mar 17, 2020 · 1 comment · Fixed by #106
Closed

Document difference between MultiFlatten concatenate and merge #82

zeljkot opened this issue Mar 17, 2020 · 1 comment · Fixed by #106
Assignees

Comments

@zeljkot
Copy link

zeljkot commented Mar 17, 2020

Both methods have same signature, same return type, and almost the same description. They call the same MultiFlatMapOp constructor with a different concurrency parameter. It is hard to figure out what is the difference and what to use.

Version: 0.4.0

@zeljkot
Copy link
Author

zeljkot commented Mar 18, 2020

BTW Good explanation of merge vs concatenate. So concatenate is executed with 1 internal stream while the merge is executed with 256? As Java already has parallel streamy, for me it would be simple if you name it merge and mergeParallel (or concatenateXxxx). Also, it would be easier to find my options with autocomplete.

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

Successfully merging a pull request may close this issue.

2 participants