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 |
---|---|---|---|---|---|---|---|
odin | 1.odin | 320ms | 6.6ms | 1.3MB | 307ms | 0ms | odin 2023 |
v | 1.v | 433ms | 10ms | 2.2MB | 420ms | 0ms | v/clang+gc 0.3.3 |
v | 1.v | 443ms | 2.2ms | 2.2MB | 433ms | 0ms | v/clang 0.3.3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1-i.odin | 678ms | 9.5ms | 1.2MB | 667ms | 0ms | odin 2023 |
v | 1.v | 1064ms | 6.8ms | 2.3MB | 1047ms | 0ms | v/clang 0.3.3 |
v | 1.v | 1085ms | 27ms | 2.2MB | 1070ms | 0ms | v/clang+gc 0.3.3 |
odin | 1.odin | 2787ms | 5.6ms | 1.3MB | 2777ms | 0ms | odin 2023 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 2.v | 632ms | 1.7ms | 10.7MB | 617ms | 0ms | v/clang 0.3.3 |
v | 2.v | 633ms | 2.4ms | 10.7MB | 620ms | 0ms | v/clang+gc 0.3.3 |
v | 1.v | 950ms | 56ms | 41.3MB | 927ms | 10ms | v/clang+gc 0.3.3 |
v | 1.v | 995ms | 21ms | 41.2MB | 973ms | 10ms | v/clang 0.3.3 |
odin | 1.odin | 1010ms | 38ms | 40.6MB | 983ms | 10ms | odin 2023 |
odin | 2.odin | 1241ms | 5.4ms | 6.5MB | 1220ms | 3ms | odin 2023 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 137ms | 0.2ms | 20.9MB | 120ms | 3ms | v/clang 0.3.3 |
v | 1.v | 137ms | 1.6ms | 20.8MB | 120ms | 0ms | v/clang+gc 0.3.3 |
v | 2.v | 149ms | 0.7ms | 4.0MB | 140ms | 0ms | v/clang+gc 0.3.3 |
odin | 1.odin | 149ms | 2.6ms | 11.3MB | 133ms | 0ms | odin 2023 |
v | 2.v | 151ms | 4.9ms | 4.0MB | 140ms | 0ms | v/clang 0.3.3 |
odin | 2.odin | 303ms | 1.0ms | 2.6MB | 290ms | 0ms | odin 2023 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1.odin | 4232ms | 29ms | 2.8MB | 4220ms | 0ms | odin 2023 |
v | 1.v | timeout | 0.0ms | 2.9MB | 4990ms | 0ms | v/clang 0.3.3 |
v | 1.v | timeout | 0.0ms | 2.8MB | 4987ms | 0ms | v/clang+gc 0.3.3 |