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 |
---|---|---|---|---|---|---|---|
acton | 1-m.act | 2906ms | 70ms | 6.6MB | 2733ms | 2017ms | actonc 0.24.1 |
kotlin | 1.kt | 3686ms | 7.3ms | 354.4MB | 4587ms | 103ms | kotlin/jvm 21 |
kotlin | 1n.kt | timeout | 0.0ms | 5.5MB | 6277ms | 270ms | kotlin/native 1.8.21 |
kotlin | 2n.kt | timeout | 0.0ms | 6.2MB | 5017ms | 143ms | kotlin/native 1.8.21 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
acton | 1-m.act | 884ms | 28ms | 5.5MB | 803ms | 650ms | actonc 0.24.1 |
kotlin | 1-m.kt | 1008ms | 11ms | 355.1MB | 1733ms | 90ms | kotlin/jvm 21 |
kotlin | 1n.kt | timeout | 0.0ms | 5.4MB | 6273ms | 273ms | kotlin/native 1.8.21 |
kotlin | 2n.kt | timeout | 0.0ms | 6.3MB | 5003ms | 160ms | kotlin/native 1.8.21 |