Current benchmark data was generated on Tue Dec 31 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 |
---|---|---|---|---|---|---|---|
acton | 1-m.act | 2853ms | 97ms | 8.6MB | 2510ms | 1970ms | actonc 0.24.1 |
kotlin | 1.kt | 3505ms | 35ms | 353.8MB | 4313ms | 93ms | kotlin/jvm 21 |
kotlin | 1n.kt | timeout | 0.0ms | 7.5MB | 6350ms | 310ms | kotlin/native 1.8.21 |
kotlin | 2n.kt | timeout | 0.0ms | 13.3MB | 4990ms | 177ms | kotlin/native 1.8.21 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
acton | 1-m.act | 811ms | 6.4ms | 5.8MB | 710ms | 577ms | actonc 0.24.1 |
kotlin | 1-m.kt | 939ms | 37ms | 355.0MB | 1617ms | 70ms | kotlin/jvm 21 |
kotlin | 1n.kt | timeout | 0.0ms | 7.4MB | 6420ms | 257ms | kotlin/native 1.8.21 |
kotlin | 2n.kt | timeout | 0.0ms | 8.2MB | 5000ms | 150ms | kotlin/native 1.8.21 |