Current benchmark data was generated on Tue Apr 01 2025, full log can be found HERE
CONTRIBUTIONS are WELCOME!
* -m in a file name stands for multi-threading or multi-processing
* -i in a file name stands for direct intrinsics usage. (Usage of simd intrinsics via libraries is not counted)
* -ffi in a file name stands for non-stdlib FFI usage
* (You may find time < time(user) + time(sys) for some non-parallelized programs, the overhead is from GC or JIT compiler, which are allowed to take advantage of multi-cores as that's more close to real-world scenarios.)
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 2.d | 361ms | 0.6ms | 2.9MB | 350ms | 0ms | ldc2 1.40.1 |
d | 1.d | 362ms | 1.0ms | 2.9MB | 350ms | 0ms | ldc2 1.40.1 |
d | 1.d | 686ms | 4.3ms | 4.6MB | 677ms | 0ms | dmd 2.110.0 |
d | 2.d | 2031ms | 8.1ms | 4.6MB | 2023ms | 0ms | dmd 2.110.0 |
perl | 2.pl | timeout | 0.0ms | 6.1MB | 4990ms | 0ms | perl 5.40.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 2.d | 39ms | 0.3ms | 2.9MB | 30ms | 0ms | ldc2 1.40.1 |
d | 1.d | 40ms | 0.3ms | 2.9MB | 30ms | 0ms | ldc2 1.40.1 |
d | 1.d | 71ms | 0.7ms | 4.6MB | 60ms | 0ms | dmd 2.110.0 |
d | 2.d | 207ms | 1.6ms | 4.6MB | 200ms | 0ms | dmd 2.110.0 |
perl | 2.pl | 2724ms | 26ms | 6.1MB | 2713ms | 0ms | perl 5.40.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 1.d | 3596ms | 8.1ms | 3.8MB | 3583ms | 0ms | ldc2 1.40.1 |
d | 1.d | 3674ms | 49ms | 6.0MB | 3667ms | 0ms | dmd 2.110.0 |
perl | 4.pl | timeout | 0.0ms | 9.9MB | 19727ms | 10ms | perl 5.40.1 |