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-i.odin | 533ms | 6.0ms | 1.2MB | 523ms | 0ms | odin 2023 |
lua | 4.lua | 1104ms | 10ms | 1.5MB | 1093ms | 0ms | luajit 2.1.0-beta3 |
odin | 1.odin | 2879ms | 0.3ms | 1.3MB | 2870ms | 0ms | odin 2023 |
lua | 4.lua | timeout | 0.0ms | 1.5MB | 4990ms | 0ms | lua 5.4.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1-i.odin | 55ms | 0.6ms | 1.3MB | 43ms | 0ms | odin 2023 |
lua | 4.lua | 114ms | 1.8ms | 2.3MB | 100ms | 0ms | luajit 2.1.0-beta3 |
odin | 1.odin | 292ms | 3.4ms | 1.2MB | 280ms | 0ms | odin 2023 |
lua | 4.lua | 1204ms | 27ms | 1.4MB | 1190ms | 0ms | lua 5.4.4 |
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 |
lua | 1.lua | timeout | 0.0ms | 2.3MB | 4990ms | 0ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 2.6MB | 4990ms | 0ms | luajit 2.1.0-beta3 |