-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add top-level combine<Iterables|Lists|Maps>
#711
Comments
I could see a |
I think given that I imagine this is usually just 2 or 3 lists, I'd probably implement as a |
That sounds fine to me. |
combine<Iterables|Lists|Maps>
combine<Iterables|Lists|Maps>
I don't think |
Let's start with just discussing
combineList
, which is currently implemented in various forms internally, and has lots of utility and potential perf-saving.Here is an example of implementing
first
:/cc @nex3, @leonsenft, @ferhatb
FWIW I believe @isoos originally implemented something like this for the high-performance table, and it worked really well. I'd also eventually like to see the same thing for
Map
andIterable
if possible - though to simplify things they may need to be read-only, but worth discussing anyway.The text was updated successfully, but these errors were encountered: