Current benchmark data was generated on Thu Feb 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 | 186ms | 5.8ms | 6.5MB | 177ms | 0ms | ocaml 5.1.1 |
odin | 1.odin | 247ms | 19ms | 1.8MB | 237ms | 0ms | odin 2024 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1.odin | 291ms | 4.7ms | 40.6MB | 270ms | 3ms | odin 2024 |
odin | 2.odin | 811ms | 3.6ms | 6.5MB | 797ms | 3ms | odin 2024 |
ocaml | 1.ml | 989ms | 6.1ms | 550.4MB | 923ms | 50ms | ocaml 5.1.1 |
ocaml | 2.ml | 2043ms | 6.1ms | 18.5MB | 2030ms | 0ms | ocaml 5.1.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1.odin | 3783ms | 11ms | 2.9MB | 3773ms | 0ms | odin 2024 |
ocaml | 2.ml | 4552ms | 0.3ms | 4.4MB | 4537ms | 0ms | ocaml 5.1.1 |