Current benchmark data was generated on Sun Dec 01 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 | 183ms | 10ms | 6.4MB | 170ms | 0ms | ocaml 5.2.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ocaml | 1.ml | 1072ms | 10ms | 70.2MB | 1030ms | 27ms | ocaml 5.2.1 |
ocaml | 2.ml | 2064ms | 47ms | 91.7MB | 2007ms | 43ms | ocaml 5.2.1 |
lua | 1.lua | timeout | 0.0ms | 107.4MB | 4943ms | 37ms | lua 5.4.7 |
lua | 1.lua | timeout | 0.0ms | 149.4MB | 4927ms | 57ms | luajit 2.1.0-beta3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ocaml | 1.ml | 150ms | 2.7ms | 21.6MB | 127ms | 10ms | ocaml 5.2.1 |
ocaml | 2.ml | 362ms | 1.9ms | 27.6MB | 337ms | 7ms | ocaml 5.2.1 |
lua | 1.lua | 1219ms | 75ms | 31.1MB | 1190ms | 13ms | luajit 2.1.0-beta3 |
lua | 1.lua | 2236ms | 90ms | 28.6MB | 2217ms | 3ms | lua 5.4.7 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
lua | 1.lua | 4048ms | 11ms | 2.5MB | 4037ms | 0ms | luajit 2.1.0-beta3 |
ocaml | 2.ml | 4487ms | 17ms | 6.6MB | 4477ms | 0ms | ocaml 5.2.1 |
lua | 1.lua | timeout | 0.0ms | 2.5MB | 4990ms | 0ms | lua 5.4.7 |