streamulus icon indicating copy to clipboard operation
streamulus copied to clipboard

Refactor strop_func::Work()

Open iritkatriel opened this issue 13 years ago • 0 comments

  1. The Stream should have timestamps so that ticks are combined correctly even in situations like x+filter(x).
  2. Merging input streams should happen in a separate class so that different merge methods can be implemented, such as a coalesce version. Also, if there is no need to timestamp resolution (single input or user hint), it can be skipped.

iritkatriel avatar Jul 19 '12 07:07 iritkatriel