Update java8-tutorial-translate.md
The original stream().sorted().count() does not perform sorting and just counts elements directly — it’s equivalent to stream().count(). This makes parallelStream().sorted().count() appear slower by comparison.
K
kimagery committed
456f536273a70d1edbe44e2dcc998a5ed0963949
Parent: 0126e03
Committed by GitHub <[email protected]>
on 3/27/2026, 9:34:35 AM