|
|
|
|
|
by marginalia_nu
961 days ago
|
|
Well yeah, this is true for openmp as well. In my experience, parallel streams rarely deliver a substantial performance boost. There are cases where they do, but it's more the exception than the rule. The overhead from the streams API, along with the synchronization penalties means it mostly only makes sense for coarse grained I/O laden operations. |
|
Don't mean to detract from the point :-). I love how neat and elegant the feature is.