Current benchmark data was generated on Tue Dec 31 2024, 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 | 842ms | 137ms | 22.1MB | 827ms | 3ms | v/clang+gc 0.4.9 |
v | 1.v | 2067ms | 11ms | 2086.6MB | 1183ms | 873ms | v/clang 0.4.9 |
lua | 1.lua | 3311ms | 71ms | 172.9MB | 3173ms | 127ms | luajit 2.1.0-beta3 |
lua | 1.lua | timeout | 0.0ms | 104.9MB | 4940ms | 47ms | lua 5.4.7 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 296ms | 4.6ms | 2.3MB | 283ms | 0ms | v/clang+gc 0.4.9 |
v | 1.v | 298ms | 1.3ms | 1.6MB | 287ms | 0ms | v/clang 0.4.9 |
lua | 4.lua | 677ms | 3.8ms | 2.3MB | 670ms | 0ms | luajit 2.1.0-beta3 |
lua | 4.lua | timeout | 0.0ms | 2.3MB | 4987ms | 0ms | lua 5.4.7 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
lua | 1.lua | 3844ms | 19ms | 2.5MB | 3830ms | 0ms | luajit 2.1.0-beta3 |
v | 1.v | 4853ms | 3.5ms | 1.6MB | 4843ms | 0ms | v/clang 0.4.9 |
v | 1.v | 4929ms | 9.5ms | 2.8MB | 4917ms | 0ms | v/clang+gc 0.4.9 |
lua | 1.lua | timeout | 0.0ms | 2.4MB | 4990ms | 0ms | lua 5.4.7 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
lua | 1.lua | 970ms | 12ms | 2.4MB | 960ms | 0ms | luajit 2.1.0-beta3 |
v | 1.v | 1209ms | 8.0ms | 1.5MB | 1200ms | 0ms | v/clang 0.4.9 |
v | 1.v | 1252ms | 9.5ms | 2.5MB | 1240ms | 0ms | v/clang+gc 0.4.9 |
lua | 1.lua | timeout | 0.0ms | 2.1MB | 4990ms | 0ms | lua 5.4.7 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
lua | 1.lua | 243ms | 1.7ms | 2.3MB | 230ms | 0ms | luajit 2.1.0-beta3 |
v | 1.v | 305ms | 1.8ms | 1.5MB | 293ms | 0ms | v/clang 0.4.9 |
v | 1.v | 314ms | 3.8ms | 2.5MB | 303ms | 0ms | v/clang+gc 0.4.9 |
lua | 1.lua | timeout | 0.0ms | 2.0MB | 4990ms | 0ms | lua 5.4.7 |