5 ms·
That's someone's 8 year old mirror of the benchmarks game website. https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/fannkuchredux.html h
by igouy 3mo ago
That's someone's 8 year old mirror of the benchmarks game website.
https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/fannkuchredux.html https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
- shakna 3mo agoHuh. And after eight years, SBCL and Java are side by side, still.
- igouy 3mo ago> Huh. The hardware changed. The way measurements were made changed. https://benchmarksgame-team.pages.debian.net/benchmarksgame/how-programs-are-measured.html https://benchmarksgame-team.pages.debian.net/benchmarksgame/... The Java version changed. The SBCL version changed. > side by side You'd have to say what you mean by that.
- shakna 3mo ago> You'd have to say what you mean by that. They appear, literally, side by side, in the list. That is, they were competitive eight years ago. They are still competitive today.
- igouy 3mo agoBy design, the 8 year old page you linked presented Lisp measurements side-by-side against Java measurements (by excluding the other programs). There's overlap across most of the different language implementations: https://benchmarksgame-team.pages.debian.net/benchmarksgame/box-plot-summary-charts.html#chart-fastest-elapsed https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
- kscarlet 3mo agoThese mean nothing. The C/C++ implementations use SIMD intrinsic while Lisp doesn't (it should have used sb-simd).
- igouy 3mo ago> The C/C++ implementations use SIMD intrinsic Except when they don't. https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/spectralnorm-gcc-3.html https://benchmarksgame-team.pages.debian.net/benchmarksgame/... https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/nbody-gpp-3.html https://benchmarksgame-team.pages.debian.net/benchmarksgame/... https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/fannkuchredux-gcc-5.html https://benchmarksgame-team.pages.debian.net/benchmarksgame/...