Current benchmark data was generated on Sat Jan 28 2023, 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 | 1.d | 409ms | 1.3ms | 1.5MB | 400ms | 0ms | ldc2 1.30.0 |
d | 2.d | 422ms | 0.1ms | 1.5MB | 410ms | 0ms | ldc2 1.30.0 |
d | 1.d | 1535ms | 4.6ms | 2.3MB | 1523ms | 0ms | dmd 2.101.2 |
d | 2.d | 2861ms | 4.3ms | 2.3MB | 2850ms | 0ms | dmd 2.101.2 |
perl | 2.pl | timeout | 0.0ms | 6.3MB | 4987ms | 0ms | perl 5.36.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 1.d | 43ms | 0.4ms | 1.6MB | 33ms | 0ms | ldc2 1.30.0 |
d | 2.d | 45ms | 0.1ms | 1.5MB | 37ms | 0ms | ldc2 1.30.0 |
d | 1.d | 156ms | 0.5ms | 2.3MB | 150ms | 0ms | dmd 2.101.2 |
d | 2.d | 290ms | 0.5ms | 2.4MB | 280ms | 0ms | dmd 2.101.2 |
perl | 2.pl | 3265ms | 78ms | 6.2MB | 3257ms | 0ms | perl 5.36.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 1.d | 4289ms | 1.5ms | 3.9MB | 4280ms | 0ms | ldc2 1.30.0 |
d | 1.d | 4784ms | 5.5ms | 4.8MB | 4773ms | 0ms | dmd 2.101.2 |
perl | 4.pl | timeout | 0.0ms | 8.2MB | 9867ms | 10ms | perl 5.36.0 |