Hacker News new | ask | show | jobs
by zelphirkalt 422 days ago
Ultimately it will depend on the functions being chained. If they can work with one part of the result, or a subset of parts, then they might not block, otherwise they will still need to get a complete result and the lazy cannot help.
1 comments

Not much different from having a `sort` in shell pipeline I guess?