Current benchmark data was generated on Wed May 25 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 | 235ms | 16ms | 0.7MB | 223ms | 0ms | nim 1.6.6 |
nim | 2.nim | 284ms | 20ms | 0.9MB | 270ms | 0ms | nim/clang 1.6.6 |
nim | 1.nim | 642ms | 2.5ms | 1.0MB | 560ms | 70ms | nim/clang 1.6.6 |
nim | 1.nim | 686ms | 49ms | 0.7MB | 600ms | 70ms | nim 1.6.6 |
perl | 1.pl | 3920ms | 281ms | 10.8MB | 3900ms | 0ms | perl 5.34.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
nim | 2.nim | 24ms | 0.5ms | 0.7MB | 13ms | 0ms | nim 1.6.6 |
nim | 2.nim | 28ms | 0.1ms | 0.9MB | 20ms | 0ms | nim/clang 1.6.6 |
nim | 1.nim | 71ms | 4.9ms | 0.7MB | 57ms | 0ms | nim 1.6.6 |
nim | 1.nim | 76ms | 1.0ms | 0.9MB | 57ms | 3ms | nim/clang 1.6.6 |
perl | 1.pl | 435ms | 1.0ms | 6.6MB | 420ms | 0ms | perl 5.34.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
nim | 1.nim | 3300ms | 230ms | 1.9MB | 3287ms | 0ms | nim 1.6.6 |
nim | 1.nim | 3433ms | 1.4ms | 1.8MB | 3420ms | 0ms | nim/clang 1.6.6 |
perl | 4.pl | timeout | 0.0ms | 0.0MB | 0ms | 0ms | perl 5.34.1 |