Current benchmark data was generated on Thu May 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 | 1.d | 310ms | 2.0ms | 43.5MB | 293ms | 3ms | ldc2 1.40.1 |
d | 1.d | 360ms | 4.2ms | 79.3MB | 343ms | 7ms | dmd 2.111.0 |
d | 2.d | 843ms | 1.6ms | 47.5MB | 827ms | 3ms | ldc2 1.40.1 |
d | 2.d | 1170ms | 1.5ms | 51.5MB | 1150ms | 7ms | dmd 2.111.0 |
acton | 1.act | timeout | 0.0ms | 561.0MB | 6610ms | 93ms | actonc 0.25.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 1.d | 63ms | 3.5ms | 15.7MB | 53ms | 0ms | ldc2 1.40.1 |
d | 1.d | 75ms | 2.1ms | 25.5MB | 63ms | 0ms | dmd 2.111.0 |
d | 2.d | 208ms | 1.4ms | 17.7MB | 200ms | 0ms | ldc2 1.40.1 |
d | 2.d | 292ms | 0.9ms | 19.9MB | 280ms | 0ms | dmd 2.111.0 |
acton | 1.act | 2441ms | 6.0ms | 192.4MB | 2940ms | 60ms | actonc 0.25.0 |