Current benchmark data was generated on Wed Feb 08 2023, 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 |
---|---|---|---|---|---|---|---|
kotlin | 1.kt | timeout | 0.0ms | 204.7MB | 5390ms | 100ms | kotlin/jvm 17.0.2 |
kotlin | 1n.kt | timeout | 0.0ms | 14.9MB | 6577ms | 220ms | kotlin/native 1.8.10 |
kotlin | 2n.kt | timeout | 0.0ms | 8.4MB | 5067ms | 107ms | kotlin/native 1.8.10 |
swift | 1.swift | timeout | 0.0ms | 6.3MB | 4967ms | 10ms | swift 5.7.3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
kotlin | 1.kt | 1691ms | 16ms | 244.6MB | 2053ms | 87ms | kotlin/jvm 17.0.2 |
swift | 1.swift | 3180ms | 62ms | 6.2MB | 3163ms | 0ms | swift 5.7.3 |
kotlin | 1n.kt | timeout | 0.0ms | 22.9MB | 6607ms | 190ms | kotlin/native 1.8.10 |
kotlin | 2n.kt | timeout | 0.0ms | 10.4MB | 5077ms | 100ms | kotlin/native 1.8.10 |