Current benchmark data was generated on Sat Jan 28 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 | 259ms | 0.2ms | 6.8MB | 250ms | 0ms | ocaml 5.0.0 |
odin | 1.odin | 275ms | 3.5ms | 1.3MB | 263ms | 0ms | odin 2023 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1.odin | 545ms | 31ms | 40.6MB | 520ms | 7ms | odin 2023 |
odin | 2.odin | 1176ms | 2.5ms | 6.4MB | 1163ms | 0ms | odin 2023 |
ocaml | 1.ml | 1942ms | 9.7ms | 550.6MB | 1843ms | 83ms | ocaml 5.0.0 |
ocaml | 2.ml | 2416ms | 46ms | 19.0MB | 2403ms | 0ms | ocaml 5.0.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1.odin | 4615ms | 1.6ms | 2.7MB | 4603ms | 0ms | odin 2023 |
ocaml | 2.ml | timeout | 0.0ms | 4.2MB | 4990ms | 0ms | ocaml 5.0.0 |