kidoman / rays

Ray tracing based language benchmarks
https://kidoman.com/programming/go-getter.html
95 stars 23 forks source link

Benchmark: Java version #8

Closed tkalbitz closed 10 years ago

tkalbitz commented 10 years ago

This is a Java 7 version of the benchmark. It's multithreaded and optimized. For performance reasons the objects are stored in an array (17s instead of 90s on my machine).

kidoman commented 10 years ago

Loving this.

Please modify it so that it writes to stdout instead, so that we can keep the semantics of running each test the same

tkalbitz commented 10 years ago

Done. The output goes to stdout like the other programs.

kidoman commented 10 years ago

Awesome thanks :)