Current benchmark data was generated on Thu May 04 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 | 250ms | 4.9ms | 6.7MB | 240ms | 0ms | ocaml 5.0.0 |
v | 1.v | 356ms | 1.0ms | 2.2MB | 343ms | 0ms | v/clang+gc 0.3.4 |
v | 1.v | 367ms | 0.4ms | 2.2MB | 353ms | 0ms | v/clang 0.3.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 2.v | 561ms | 3.2ms | 10.5MB | 540ms | 0ms | v/clang 0.3.4 |
v | 2.v | 579ms | 6.1ms | 10.7MB | 563ms | 0ms | v/clang+gc 0.3.4 |
v | 1.v | 1611ms | 39ms | 41.3MB | 1590ms | 3ms | v/clang 0.3.4 |
v | 1.v | 1662ms | 184ms | 41.2MB | 1637ms | 7ms | v/clang+gc 0.3.4 |
ocaml | 2.ml | 2718ms | 31ms | 19.1MB | 2703ms | 0ms | ocaml 5.0.0 |
ocaml | 1.ml | 3571ms | 30ms | 550.6MB | 3400ms | 157ms | ocaml 5.0.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 2.v | 128ms | 3.9ms | 4.0MB | 117ms | 0ms | v/clang 0.3.4 |
v | 2.v | 139ms | 8.9ms | 4.2MB | 127ms | 0ms | v/clang+gc 0.3.4 |
v | 1.v | 148ms | 20ms | 20.4MB | 127ms | 3ms | v/clang+gc 0.3.4 |
v | 1.v | 150ms | 10ms | 21.0MB | 130ms | 7ms | v/clang 0.3.4 |
ocaml | 2.ml | 640ms | 4.4ms | 9.3MB | 627ms | 0ms | ocaml 5.0.0 |
ocaml | 1.ml | 763ms | 24ms | 140.2MB | 713ms | 30ms | ocaml 5.0.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ocaml | 2.ml | timeout | 0.0ms | 4.2MB | 4987ms | 0ms | ocaml 5.0.0 |
v | 1.v | timeout | 0.0ms | 3.2MB | 4983ms | 0ms | v/clang 0.3.4 |
v | 1.v | timeout | 0.0ms | 3.0MB | 4980ms | 0ms | v/clang+gc 0.3.4 |