Current benchmark data was generated on Thu Jul 13 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 |
---|---|---|---|---|---|---|---|
ocaml | 1.ml | 264ms | 2.8ms | 6.7MB | 250ms | 0ms | ocaml 5.0.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ocaml | 1.ml | 1524ms | 6.3ms | 69.4MB | 1483ms | 23ms | ocaml 5.0.0 |
ocaml | 2.ml | 3227ms | 33ms | 74.1MB | 3187ms | 23ms | ocaml 5.0.0 |
lua | 1.lua | timeout | 0.0ms | 159.2MB | 4940ms | 43ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 183.3MB | 4927ms | 53ms | luajit 2.1.0-beta3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ocaml | 1.ml | 229ms | 7.2ms | 25.6MB | 213ms | 3ms | ocaml 5.0.0 |
ocaml | 2.ml | 576ms | 3.7ms | 30.2MB | 557ms | 3ms | ocaml 5.0.0 |
lua | 1.lua | 1526ms | 27ms | 36.0MB | 1503ms | 7ms | luajit 2.1.0-beta3 |
lua | 1.lua | 2805ms | 35ms | 41.6MB | 2773ms | 13ms | lua 5.4.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
lua | 1.lua | timeout | 0.0ms | 2.2MB | 4990ms | 0ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 2.5MB | 4990ms | 0ms | luajit 2.1.0-beta3 |
ocaml | 2.ml | timeout | 0.0ms | 4.1MB | 4987ms | 0ms | ocaml 5.0.0 |