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 |
---|---|---|---|---|---|---|---|
v | 1.v | 1093ms | 4.7ms | 36.9MB | 1077ms | 7ms | v/clang+gc 0.3.2 |
v | 1.v | 1114ms | 16ms | 37.1MB | 1100ms | 3ms | v/clang 0.3.2 |
lua | 1.lua | timeout | 0.0ms | 119.6MB | 4940ms | 43ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 180.4MB | 4920ms | 60ms | luajit 2.1.0-beta3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 892ms | 35ms | 2.3MB | 880ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 901ms | 43ms | 2.2MB | 890ms | 0ms | v/clang 0.3.2 |
lua | 4.lua | 1104ms | 10ms | 1.5MB | 1093ms | 0ms | luajit 2.1.0-beta3 |
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 |
---|---|---|---|---|---|---|---|
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 |
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 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 1549ms | 0.3ms | 2.8MB | 1540ms | 0ms | v/clang 0.3.2 |
v | 1.v | 1552ms | 3.6ms | 2.8MB | 1537ms | 0ms | v/clang+gc 0.3.2 |
lua | 1.lua | 1561ms | 0.9ms | 2.5MB | 1550ms | 0ms | luajit 2.1.0-beta3 |
lua | 1.lua | timeout | 0.0ms | 2.1MB | 4990ms | 0ms | lua 5.4.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 390ms | 0.2ms | 2.5MB | 380ms | 0ms | v/clang 0.3.2 |
lua | 1.lua | 391ms | 0.7ms | 1.5MB | 380ms | 0ms | luajit 2.1.0-beta3 |
v | 1.v | 391ms | 1.1ms | 2.5MB | 380ms | 0ms | v/clang+gc 0.3.2 |
lua | 1.lua | timeout | 0.0ms | 1.4MB | 4990ms | 0ms | lua 5.4.4 |