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 |
---|---|---|---|---|---|---|---|
julia | 1.jl | 519ms | 11ms | 156.1MB | 467ms | 163ms | julia/aot 1.8.5 |
julia | 1.jl | 636ms | 7.2ms | 203.7MB | 587ms | 150ms | julia 1.8.5 |
ocaml | 1.ml | 2737ms | 6.5ms | 550.4MB | 2570ms | 153ms | ocaml 5.0.0 |
ocaml | 2.ml | 3263ms | 200ms | 19.0MB | 3240ms | 7ms | ocaml 5.0.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
julia | 1.jl | 301ms | 26ms | 149.8MB | 190ms | 150ms | julia/aot 1.8.5 |
julia | 1.jl | 405ms | 6.3ms | 197.2MB | 327ms | 180ms | julia 1.8.5 |
ocaml | 1.ml | 557ms | 15ms | 140.2MB | 507ms | 33ms | ocaml 5.0.0 |
ocaml | 2.ml | 811ms | 68ms | 9.1MB | 797ms | 0ms | ocaml 5.0.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
julia | 2-m.jl | 1489ms | 28ms | 193.8MB | 2493ms | 173ms | julia 1.8.5 |
julia | 3-m.jl | 2607ms | 78ms | 208.5MB | 4643ms | 157ms | julia 1.8.5 |
ocaml | 2.ml | timeout | 0.0ms | 4.0MB | 4983ms | 0ms | ocaml 5.0.0 |