Current benchmark data was generated on Sat Jan 28 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 | 259ms | 0.2ms | 6.8MB | 250ms | 0ms | ocaml 5.0.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ocaml | 1.ml | 1528ms | 14ms | 69.1MB | 1497ms | 13ms | ocaml 5.0.0 |
ocaml | 2.ml | 3201ms | 10ms | 74.3MB | 3160ms | 27ms | ocaml 5.0.0 |
lua | 1.lua | timeout | 0.0ms | 159.2MB | 4920ms | 60ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 180.9MB | 4913ms | 70ms | luajit 2.1.0-beta3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ocaml | 1.ml | 223ms | 0.9ms | 25.6MB | 207ms | 3ms | ocaml 5.0.0 |
ocaml | 2.ml | 572ms | 3.4ms | 30.1MB | 550ms | 3ms | ocaml 5.0.0 |
lua | 1.lua | 1517ms | 29ms | 36.2MB | 1490ms | 13ms | luajit 2.1.0-beta3 |
lua | 1.lua | 2818ms | 14ms | 41.6MB | 2790ms | 10ms | 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.3MB | 4990ms | 0ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 2.6MB | 4990ms | 0ms | luajit 2.1.0-beta3 |
ocaml | 2.ml | timeout | 0.0ms | 4.2MB | 4990ms | 0ms | ocaml 5.0.0 |