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 |
---|---|---|---|---|---|---|---|
ocaml | 1.ml | 2018ms | 8.8ms | 69.1MB | 1967ms | 33ms | ocaml 5.0.0 |
ocaml | 2.ml | 3866ms | 14ms | 74.3MB | 3803ms | 47ms | ocaml 5.0.0 |
lua | 1.lua | timeout | 0.0ms | 159.1MB | 4913ms | 67ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 180.9MB | 4870ms | 107ms | luajit 2.1.0-beta3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ocaml | 1.ml | 296ms | 3.1ms | 25.8MB | 263ms | 10ms | ocaml 5.0.0 |
ocaml | 2.ml | 685ms | 5.7ms | 30.2MB | 653ms | 13ms | ocaml 5.0.0 |
lua | 1.lua | 2162ms | 57ms | 38.5MB | 2130ms | 13ms | luajit 2.1.0-beta3 |
lua | 1.lua | 3623ms | 55ms | 41.6MB | 3593ms | 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 | 4977ms | 3ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 2.5MB | 4987ms | 0ms | luajit 2.1.0-beta3 |
ocaml | 2.ml | timeout | 0.0ms | 4.0MB | 4983ms | 0ms | ocaml 5.0.0 |