[
https://issues.apache.org/jira/browse/QUARKS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15276840#comment-15276840
]
ASF GitHub Bot commented on QUARKS-173:
---------------------------------------
GitHub user dlaboss opened a pull request:
https://github.com/apache/incubator-quarks-website/pull/60
[QUARKS-173] add load balanced parallel recipe
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dlaboss/incubator-quarks-website
quarks-173-loadBalancedParallelRecipe
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quarks-website/pull/60.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #60
----
commit d6bf448218acb1170c389acf694a138eb049f141
Author: Dale LaBossiere <[email protected]>
Date: 2016-05-09T19:07:59Z
[QUARKS-173] add load balanced parallel recipe
----
> 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)