Current benchmark data was generated on Mon Feb 06 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 | 268ms | 1.7ms | 1.3MB | 260ms | 0ms | odin 2023 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1-i.odin | 559ms | 1.2ms | 1.3MB | 550ms | 0ms | odin 2023 |
lua | 4.lua | 1110ms | 1.0ms | 1.4MB | 1100ms | 0ms | luajit 2.1.0-beta3 |
odin | 1.odin | 2350ms | 2.1ms | 1.3MB | 2337ms | 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 | 58ms | 0.6ms | 1.3MB | 50ms | 0ms | odin 2023 |
lua | 4.lua | 117ms | 2.1ms | 1.4MB | 103ms | 0ms | luajit 2.1.0-beta3 |
odin | 1.odin | 237ms | 0.2ms | 1.2MB | 230ms | 0ms | odin 2023 |
lua | 4.lua | 1567ms | 89ms | 1.5MB | 1557ms | 0ms | lua 5.4.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1.odin | 3552ms | 1.5ms | 2.8MB | 3540ms | 0ms | odin 2023 |
lua | 1.lua | timeout | 0.0ms | 2.2MB | 4990ms | 0ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 2.6MB | 4987ms | 0ms | luajit 2.1.0-beta3 |