Skip to content

Instantly share code, notes, and snippets.

@hussachai
Last active November 22, 2015 01:23
Show Gist options
  • Save hussachai/4229b9c29038fb15cbcb to your computer and use it in GitHub Desktop.
Save hussachai/4229b9c29038fb15cbcb to your computer and use it in GitHub Desktop.
Map then collect
+----------+-------------+-------------+-------------+
| Language | Benchmark | Score | Error |
+----------+-------------+-------------+-------------+
| Java | Collections | 1,156,656 | 18,053 | <-- (3)
| Java | Streams | 922,486 | 13,691 |
| Scala | Collections | 435,280 | 8,956 |
| Scala | Streams | 68,349,631 | 2,182,853 | <-- (2)
| Scala | Views | 141,833,408 | 1,110,245 | <-- (1)
+----------+-------------+-------------+-------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment