Current benchmark data was generated on Wed May 25 2022, 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 | 1709ms | 12ms | 62.6MB | 1673ms | 17ms | ocaml 4.14.0 |
ocaml | 2.ml | 2842ms | 3.0ms | 71.2MB | 2803ms | 20ms | ocaml 4.14.0 |
lua | 1.lua | timeout | 0.0ms | 0.0MB | 0ms | 0ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 0.0MB | 0ms | 0ms | luajit 2.1.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ocaml | 1.ml | 205ms | 0.5ms | 18.6MB | 180ms | 10ms | ocaml 4.14.0 |
ocaml | 2.ml | 460ms | 5.6ms | 25.2MB | 440ms | 3ms | ocaml 4.14.0 |
lua | 1.lua | 2331ms | 46ms | 35.3MB | 2293ms | 17ms | luajit 2.1.0 |
lua | 1.lua | 3310ms | 64ms | 41.5MB | 3277ms | 20ms | lua 5.4.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
lua | 1.lua | timeout | 0.0ms | 0.0MB | 0ms | 0ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 0.0MB | 0ms | 0ms | luajit 2.1.0 |
ocaml | 2.ml | timeout | 0.0ms | 0.0MB | 0ms | 0ms | ocaml 4.14.0 |