Current benchmark data was generated on Mon May 19 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 |
---|---|---|---|---|---|---|---|
acton | 1-m.act | 3454ms | 71ms | 7.0MB | 3500ms | 2400ms | actonc 0.25.0 |
kotlin | 1.kt | 3724ms | 64ms | 352.5MB | 4500ms | 100ms | kotlin/jvm 21 |
kotlin | 1n.kt | timeout | 0.0ms | 26.3MB | 3990ms | 1497ms | kotlin/native 2.1.20 |
kotlin | 2n.kt | timeout | 0.0ms | 30.6MB | 5130ms | 127ms | kotlin/native 2.1.20 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
acton | 1-m.act | 970ms | 26ms | 6.0MB | 937ms | 717ms | actonc 0.25.0 |
kotlin | 1-m.kt | 1018ms | 20ms | 353.5MB | 1703ms | 90ms | kotlin/jvm 21 |
kotlin | 1n.kt | timeout | 0.0ms | 26.7MB | 3990ms | 1510ms | kotlin/native 2.1.20 |
kotlin | 2n.kt | timeout | 0.0ms | 30.6MB | 5113ms | 130ms | kotlin/native 2.1.20 |