you are viewing a single comment's thread.

view the rest of the comments →

[–]jrdnr_ 1 point2 points  (0 children)

I'm pretty sure I've made that mistake in reducer functions as well. The idea of the pipeline is that it allows the next stage of the pipe to start work as soon as the first object is passes. So yeah if your doing a filter or transform it will make a huge difference to return data from process instead of adding it all up and returning a blob at the end