Current benchmark data was generated on Sun Dec 01 2024, 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 | 315ms | 3.8ms | 77.2MB | 293ms | 0ms | dmd 2.109.1 |
d | 1.d | 320ms | 5.7ms | 43.7MB | 293ms | 10ms | ldc2 1.39.0 |
d | 2.d | 817ms | 3.4ms | 47.7MB | 800ms | 3ms | ldc2 1.39.0 |
d | 2.d | 1161ms | 3.7ms | 49.3MB | 1140ms | 3ms | dmd 2.109.1 |
acton | 1.act | timeout | 0.0ms | 561.0MB | 6780ms | 90ms | actonc 0.24.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 1.d | 65ms | 1.0ms | 13.7MB | 53ms | 0ms | ldc2 1.39.0 |
d | 1.d | 67ms | 1.7ms | 24.0MB | 57ms | 0ms | dmd 2.109.1 |
d | 2.d | 206ms | 0.2ms | 15.7MB | 193ms | 0ms | ldc2 1.39.0 |
d | 2.d | 291ms | 1.2ms | 17.6MB | 277ms | 3ms | dmd 2.109.1 |
acton | 1.act | 2372ms | 19ms | 192.6MB | 2880ms | 53ms | actonc 0.24.1 |