Current benchmark data was generated on Sun Jan 29 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 | 270ms | 1.5ms | 1.3MB | 260ms | 0ms | odin 2023 |
v | 1.v | 403ms | 1.5ms | 2.2MB | 390ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 423ms | 0.3ms | 2.2MB | 410ms | 0ms | v/clang 0.3.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 2.v | 502ms | 3.8ms | 10.6MB | 487ms | 0ms | v/clang+gc 0.3.2 |
v | 2.v | 505ms | 7.0ms | 10.6MB | 490ms | 0ms | v/clang 0.3.2 |
odin | 1.odin | 600ms | 8.2ms | 40.6MB | 573ms | 10ms | odin 2023 |
v | 1.v | 602ms | 23ms | 41.2MB | 587ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 640ms | 16ms | 41.2MB | 623ms | 0ms | v/clang 0.3.2 |
odin | 2.odin | 1181ms | 0.7ms | 6.4MB | 1167ms | 0ms | odin 2023 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 2.v | 115ms | 0.1ms | 4.0MB | 110ms | 0ms | v/clang 0.3.2 |
v | 2.v | 116ms | 0.4ms | 4.0MB | 103ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 118ms | 1.9ms | 20.2MB | 107ms | 3ms | v/clang 0.3.2 |
v | 1.v | 120ms | 1.8ms | 19.9MB | 103ms | 0ms | v/clang+gc 0.3.2 |
odin | 1.odin | 123ms | 3.7ms | 11.4MB | 107ms | 0ms | odin 2023 |
odin | 2.odin | 290ms | 3.0ms | 2.6MB | 280ms | 0ms | odin 2023 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1.odin | 4617ms | 1.1ms | 2.9MB | 4607ms | 0ms | odin 2023 |
v | 1.v | timeout | 0.0ms | 3.2MB | 4983ms | 0ms | v/clang 0.3.2 |
v | 1.v | timeout | 0.0ms | 3.1MB | 4983ms | 0ms | v/clang+gc 0.3.2 |