Hacker News new | ask | show | jobs
by hansvm 526 days ago
In the worst case, that must have intermediate space requirements equal to the entire collections, right?
1 comments

I don’t think that can happen because all those functions assume the streams are consistently sorted.
Ohhhhh, nice. Yeah, sorted data is powerful. Thanks for pointing that out.