Current benchmark data was generated on Sat Nov 16 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 | 3110ms | 78ms | 6.7MB | 2773ms | 2133ms | actonc 0.24.1 |
kotlin | 1.kt | 3780ms | 66ms | 353.7MB | 4587ms | 93ms | kotlin/jvm 21 |
kotlin | 1n.kt | timeout | 0.0ms | 7.6MB | 6390ms | 297ms | kotlin/native 1.8.21 |
kotlin | 2n.kt | timeout | 0.0ms | 8.2MB | 4990ms | 167ms | kotlin/native 1.8.21 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
acton | 1-m.act | 932ms | 61ms | 5.7MB | 810ms | 600ms | actonc 0.24.1 |
kotlin | 1-m.kt | 992ms | 31ms | 352.8MB | 1700ms | 87ms | kotlin/jvm 21 |
kotlin | 1n.kt | timeout | 0.0ms | 7.3MB | 6427ms | 263ms | kotlin/native 1.8.21 |
kotlin | 2n.kt | timeout | 0.0ms | 8.2MB | 5007ms | 150ms | kotlin/native 1.8.21 |