Current benchmark data was generated on Mon Mar 31 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 | 1.d | 288ms | 1.2ms | 45.1MB | 277ms | 0ms | ldc2 1.40.1 |
d | 1.d | 360ms | 0.3ms | 77.3MB | 340ms | 0ms | dmd 2.110.0 |
d | 2.d | 842ms | 0.8ms | 49.1MB | 823ms | 0ms | ldc2 1.40.1 |
d | 2.d | 1165ms | 0.8ms | 48.7MB | 1150ms | 7ms | dmd 2.110.0 |
acton | 1.act | timeout | 0.0ms | 560.9MB | 6817ms | 97ms | actonc 0.24.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 1.d | 59ms | 1.2ms | 12.9MB | 50ms | 0ms | ldc2 1.40.1 |
d | 1.d | 76ms | 0.3ms | 27.2MB | 67ms | 0ms | dmd 2.110.0 |
d | 2.d | 207ms | 0.4ms | 17.0MB | 193ms | 0ms | ldc2 1.40.1 |
d | 2.d | 293ms | 2.4ms | 19.0MB | 280ms | 0ms | dmd 2.110.0 |
acton | 1.act | 2313ms | 3.9ms | 192.3MB | 2840ms | 43ms | actonc 0.24.1 |