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 |
---|---|---|---|---|---|---|---|
ocaml | 1.ml | 1126ms | 31ms | 71.0MB | 1087ms | 20ms | ocaml 5.2.0 |
ocaml | 2.ml | 2098ms | 41ms | 91.9MB | 2040ms | 40ms | ocaml 5.2.0 |
lua | 1.lua | timeout | 0.0ms | 107.4MB | 4953ms | 33ms | lua 5.4.7 |
lua | 1.lua | timeout | 0.0ms | 149.3MB | 4933ms | 47ms | luajit 2.1.0-beta3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ocaml | 1.ml | 154ms | 0.1ms | 21.6MB | 140ms | 0ms | ocaml 5.2.0 |
ocaml | 2.ml | 368ms | 8.4ms | 27.6MB | 347ms | 7ms | ocaml 5.2.0 |
lua | 1.lua | 1122ms | 32ms | 31.0MB | 1097ms | 10ms | luajit 2.1.0-beta3 |
lua | 1.lua | 2145ms | 2.0ms | 28.6MB | 2120ms | 10ms | lua 5.4.7 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
lua | 1.lua | 4052ms | 6.0ms | 2.5MB | 4043ms | 0ms | luajit 2.1.0-beta3 |
ocaml | 2.ml | 4482ms | 6.4ms | 6.4MB | 4473ms | 0ms | ocaml 5.2.0 |
lua | 1.lua | timeout | 0.0ms | 2.5MB | 4990ms | 0ms | lua 5.4.7 |