[
https://issues.apache.org/jira/browse/QUARKS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15276704#comment-15276704
]
ASF GitHub Bot commented on QUARKS-173:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-quarks/pull/110
> Add load balanced parallel()
> ----------------------------
>
> Key: QUARKS-173
> URL: https://issues.apache.org/jira/browse/QUARKS-173
> Project: Quarks
> Issue Type: Improvement
> Reporter: Dale LaBossiere
> Assignee: Dale LaBossiere
>
> Add an implementation that allocates a received tuple to the first "free"
> channel. A "load balanced splitter" is used internally.
> e.g.,
> ```
> public static <T,R> TStream<R> parallelBalanced(TStream<T> stream, int width,
> BiFunction<TStream<T>,Integer,TStream<R>> pipeline) {
> ```
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)