Current benchmark data was generated on Thu Jul 13 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 | 297ms | 45ms | 1.2MB | 287ms | 0ms | odin 2023 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1-i.odin | 508ms | 0.6ms | 1.3MB | 500ms | 0ms | odin 2023 |
lua | 4.lua | 1109ms | 7.7ms | 1.4MB | 1097ms | 0ms | luajit 2.1.0-beta3 |
odin | 1.odin | 2903ms | 22ms | 1.2MB | 2890ms | 0ms | odin 2023 |
lua | 4.lua | timeout | 0.0ms | 1.4MB | 4987ms | 0ms | lua 5.4.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1-i.odin | 54ms | 0.4ms | 1.2MB | 43ms | 0ms | odin 2023 |
lua | 4.lua | 118ms | 7.0ms | 1.4MB | 110ms | 0ms | luajit 2.1.0-beta3 |
odin | 1.odin | 296ms | 10ms | 1.2MB | 287ms | 0ms | odin 2023 |
lua | 4.lua | 1211ms | 12ms | 1.4MB | 1200ms | 0ms | lua 5.4.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1.odin | 4493ms | 2.9ms | 2.8MB | 4480ms | 0ms | odin 2023 |
lua | 1.lua | timeout | 0.0ms | 2.2MB | 4990ms | 0ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 2.5MB | 4990ms | 0ms | luajit 2.1.0-beta3 |