Skip to content

Update java8-tutorial-translate.md#2803

Merged
Snailclimb merged 1 commit intoSnailclimb:mainfrom
kimagery:kimagery-patch-1
Mar 30, 2026
Merged

Update java8-tutorial-translate.md#2803
Snailclimb merged 1 commit intoSnailclimb:mainfrom
kimagery:kimagery-patch-1

Conversation

@kimagery
Copy link
Copy Markdown
Contributor

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.

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.
@Snailclimb Snailclimb merged commit a0ac4de into Snailclimb:main Mar 30, 2026
@Snailclimb Snailclimb added the perfect content improve the content label Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

perfect content improve the content

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants