Current benchmark data was generated on Fri May 20 2022, 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 |
---|---|---|---|---|---|---|---|
nim | 2.nim | 261ms | 0.9ms | 0.7MB | 247ms | 0ms | nim 1.6.6 |
nim | 2.nim | 337ms | 0.7ms | 0.9MB | 320ms | 0ms | nim/clang 1.6.6 |
nim | 1.nim | 771ms | 2.8ms | 0.7MB | 650ms | 103ms | nim 1.6.6 |
nim | 1.nim | 787ms | 2.3ms | 0.9MB | 657ms | 110ms | nim/clang 1.6.6 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
nim | 2.nim | 147ms | 0.8ms | 1.0MB | 140ms | 0ms | nim/clang 1.6.6 |
nim | 2.nim | 154ms | 0.4ms | 0.7MB | 143ms | 0ms | nim 1.6.6 |
nim | 1.nim | timeout | 0.0ms | 0.0MB | 0ms | 0ms | nim 1.6.6 |
nim | 1.nim | timeout | 0.0ms | 0.0MB | 0ms | 0ms | nim/clang 1.6.6 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
nim | 2.nim | 436ms | 4.3ms | 1.0MB | 427ms | 0ms | nim/clang 1.6.6 |
nim | 2.nim | 458ms | 2.1ms | 0.7MB | 447ms | 0ms | nim 1.6.6 |
nim | 1.nim | timeout | 0.0ms | 0.0MB | 0ms | 0ms | nim 1.6.6 |
nim | 1.nim | timeout | 0.0ms | 0.0MB | 0ms | 0ms | nim/clang 1.6.6 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
nim | 1.nim | 4121ms | 0.3ms | 1.8MB | 4110ms | 0ms | nim/clang 1.6.6 |
nim | 1.nim | 4122ms | 1.3ms | 1.8MB | 4110ms | 0ms | nim 1.6.6 |
lua | 1.lua | timeout | 0.0ms | 0.0MB | 0ms | 0ms | lua 5.4.4 |
lua | 1.lua | timeout | 0.0ms | 0.0MB | 0ms | 0ms | luajit 2.1.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
nim | 1.nim | 1032ms | 0.3ms | 1.0MB | 1020ms | 0ms | nim 1.6.6 |
nim | 1.nim | 1033ms | 1.6ms | 1.0MB | 1020ms | 0ms | nim/clang 1.6.6 |
lua | 1.lua | 1561ms | 2.0ms | 2.4MB | 1550ms | 0ms | luajit 2.1.0 |
lua | 1.lua | timeout | 0.0ms | 0.0MB | 0ms | 0ms | lua 5.4.4 |