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 |
odin | 1.odin | 276ms | 9.7ms | 1.3MB | 260ms | 0ms | odin 2023 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 2.odin | 1063ms | 3.9ms | 6.4MB | 1040ms | 0ms | odin 2023 |
odin | 1.odin | 1447ms | 50ms | 40.6MB | 1413ms | 17ms | odin 2023 |
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 |
---|---|---|---|---|---|---|---|
odin | 1.odin | 3555ms | 0.9ms | 2.8MB | 3537ms | 0ms | odin 2023 |
ocaml | 2.ml | timeout | 0.0ms | 4.2MB | 4987ms | 0ms | ocaml 5.0.0 |