Skip to content

Instantly share code, notes, and snippets.

@hussachai
Last active November 22, 2015 01:36
Show Gist options
  • Save hussachai/2b65d23cd33886b97c4c to your computer and use it in GitHub Desktop.
Save hussachai/2b65d23cd33886b97c4c to your computer and use it in GitHub Desktop.
Find first
+----------+-------------+------------+-----------+
| Language | Benchmark | Score | Error |
+----------+-------------+------------+-----------+
| Java | Collections | 80,444,836 | 1,358,358 | <-- (1)
| Java | Streams | 26,209,187 | 469,668 |
| Scala | Collections | 65,145,791 | 2,699,582 | <-- (3)
| Scala | Streams | 6,923,533 | 179,960 |
| Scala | Views | 58,082,123 | 1,004,918 | <-- (2)
+----------+-------------+------------+-----------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment