Skip to content

Instantly share code, notes, and snippets.

@vvsevolodovich
Created June 2, 2020 13:31
Show Gist options
  • Save vvsevolodovich/b46d8ffd2fe3490e4c68a75f04029c25 to your computer and use it in GitHub Desktop.
Save vvsevolodovich/b46d8ffd2fe3490e4c68a75f04029c25 to your computer and use it in GitHub Desktop.
IntStream
.range(1, 1_000_000)
.parallel()
.sum()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment