Very minor grammar change that was incorrect on both the Scala and Java docs around fused steam processing.
This commit is contained in:
parent
0850fe328f
commit
fadefd01c6
2 changed files with 2 additions and 2 deletions
|
|
@ -234,7 +234,7 @@ consequences:
|
||||||
* starting up a stream may take longer than before due to executing the fusion algorithm
|
* starting up a stream may take longer than before due to executing the fusion algorithm
|
||||||
* passing elements from one processing stage to the next is a lot faster between fused
|
* passing elements from one processing stage to the next is a lot faster between fused
|
||||||
stages due to avoiding the asynchronous messaging overhead
|
stages due to avoiding the asynchronous messaging overhead
|
||||||
* fused stream processing stages do no longer run in parallel to each other, meaning that
|
* fused stream processing stages no longer run in parallel to each other, meaning that
|
||||||
only up to one CPU core is used for each fused part
|
only up to one CPU core is used for each fused part
|
||||||
|
|
||||||
The first point can be countered by pre-fusing and then reusing a stream blueprint as sketched below:
|
The first point can be countered by pre-fusing and then reusing a stream blueprint as sketched below:
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@ consequences:
|
||||||
* starting up a stream may take longer than before due to executing the fusion algorithm
|
* starting up a stream may take longer than before due to executing the fusion algorithm
|
||||||
* passing elements from one processing stage to the next is a lot faster between fused
|
* passing elements from one processing stage to the next is a lot faster between fused
|
||||||
stages due to avoiding the asynchronous messaging overhead
|
stages due to avoiding the asynchronous messaging overhead
|
||||||
* fused stream processing stages do no longer run in parallel to each other, meaning that
|
* fused stream processing stages no longer run in parallel to each other, meaning that
|
||||||
only up to one CPU core is used for each fused part
|
only up to one CPU core is used for each fused part
|
||||||
|
|
||||||
The first point can be countered by pre-fusing and then reusing a stream blueprint as sketched below:
|
The first point can be countered by pre-fusing and then reusing a stream blueprint as sketched below:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue