seznam / euphoria

Euphoria is an open source Java API for creating unified big-data processing flows. It provides an engine independent programming model which can express both batch and stream transformations.
Apache License 2.0
82 stars 11 forks source link

[euphoria-core] Optimize ReduceWindow operator for attached windowing #224

Closed je-ik closed 6 years ago

je-ik commented 6 years ago

Optimize ReduceWindow for better parallelization when using attached windowing (where window label is already known in advance).