Last active
November 22, 2015 01:24
-
-
Save hussachai/36fd978cda9aa3a00595 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Filter Then Count | |
+----------+------------------------+-----------+---------+ | |
| Language | Benchmark | Score | Error | | |
+----------+------------------------+-----------+---------+ | |
| Java | Collections | 1,510,186 | 38,309 | <-- (3) | |
| Java | Collections (removeIf) | 1,211,592 | 122,352 | | |
| Java | Streams | 5,145,467 | 83,952 | <-- (1) | |
| Scala | Collections | 3,603,865 | 66,801 | <-- (2) | |
| Scala | Streams | 234,396 | 2,542 | | |
| Scala | Views | 1,079,969 | 23,248 | | |
+----------+------------------------+-----------+---------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment