Here are the latest benchmark results:
http://htmlpreview.github.io/?https://github.com/bourgesl/mapbench/blob/master/results/report/compare/compareResults.htmMarlin 0.3 is the winner:
- 60% faster than
pisces for small workload; 300-400% faster for high workload
- 1 thread: 1% slower than
ductus for small workload; 90% faster for high workload
- 4 thread: 90% faster than
ductus for small workload; 400% faster for high workload
MapBench runs made with the following setup:
- Oracle JDK8 b121 for ductus
- OpenJDK8 b65 for pisces / marlin 0.3
- linux 64 OS (fedora 14) on my dual-core i7 (+HT) laptop
- JVM settings = "-server -Xms2048m -Xmx2048m"
- warmup phase using 4 threads and 200 iterations
Laurent