Skip to content

Instantly share code, notes, and snippets.

@hussachai
Last active November 22, 2015 01:23
Show Gist options
  • Save hussachai/c756a1da43d454e89927 to your computer and use it in GitHub Desktop.
Save hussachai/c756a1da43d454e89927 to your computer and use it in GitHub Desktop.
Sort then collect
+----------+-------------+---------+--------+
| Language | Benchmark | Score | Error |
+----------+-------------+---------+--------+
| Java | Collections | 173,910 | 2,738 | <-- (1)
| Java | Streams | 71,031 | 995 |
| Scala | Collections | 92,693 | 1,079 | <-- (3)
| Scala | Streams | 53,167 | 1,220 |
| Scala | Views | 108,023 | 1,595 | <-- (2)
+----------+-------------+---------+--------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment