Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashawley/bug-1338
Scala for-loop benchmark
https://github.com/ashawley/bug-1338
Last synced: 23 days ago
JSON representation
Scala for-loop benchmark
- Host: GitHub
- URL: https://github.com/ashawley/bug-1338
- Owner: ashawley
- Created: 2019-06-27T12:47:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T13:04:49.000Z (over 5 years ago)
- Last Synced: 2024-10-31T12:46:51.367Z (2 months ago)
- Language: Scala
- Homepage: https://github.com/scala/bug/issues/1338
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Run in sbt as:
> ++2.10.7
> jmh:run bench.ArrayBenchmark
> ++2.11.12
> jmh:run bench.ArrayBenchmark
> ++2.12.8
> jmh:run bench.ArrayBenchmark
> ++2.13.0
> jmh:run bench.ArrayBenchmark