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 |
---|---|---|---|---|---|---|---|
cpp | 1.cpp | 2.0ms | 0.6ms | 0.9MB | 0ms | 0ms | g++ 12.1.0 |
haxe | 1.hx | 2.2ms | 0.7ms | 2.6MB | 0ms | 0ms | haxe/hl/c 4.2.4 |
cpp | 1.cpp | 2.5ms | 1.0ms | 1.1MB | 0ms | 0ms | clang++ 11.0.0 |
haxe | 1.hx | 2.7ms | 0.4ms | 3.2MB | 0ms | 0ms | haxe/cpp 4.2.4 |
haxe | 1.hx | 4.0ms | 0.7ms | 3.3MB | 0ms | 0ms | haxe/hl/jit 1.12.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
cpp | 0-i.cpp | 225ms | 0.3ms | 0.9MB | 213ms | 0ms | g++ 12.1.0 |
cpp | 0-i.cpp | 258ms | 0.6ms | 1.1MB | 247ms | 0ms | clang++ 11.0.0 |
cpp | 1.cpp | 339ms | 0.4ms | 0.9MB | 330ms | 0ms | g++ 12.1.0 |
cpp | 1.cpp | 386ms | 2.5ms | 1.1MB | 373ms | 0ms | clang++ 11.0.0 |
haxe | 2.hx | 978ms | 29ms | 2.6MB | 967ms | 0ms | haxe/hl/c 4.2.4 |
haxe | 1.hx | 1318ms | 51ms | 2.6MB | 1307ms | 0ms | haxe/hl/c 4.2.4 |
haxe | 3.hx | 2348ms | 2.5ms | 27.6MB | 2647ms | 47ms | haxe/cpp 4.2.4 |
haxe | 2.hx | 2467ms | 70ms | 3.4MB | 2457ms | 0ms | haxe/hl/jit 1.12.0 |
haxe | 1.hx | 2528ms | 21ms | 3.3MB | 2517ms | 0ms | haxe/hl/jit 1.12.0 |
haxe | 1.hx | timeout | 0.0ms | 0.0MB | 0ms | 0ms | haxe/cpp 4.2.4 |
haxe | 2.hx | timeout | 0.0ms | 0.0MB | 0ms | 0ms | haxe/cpp 4.2.4 |
haxe | 3.hx | timeout | 0.0ms | 0.0MB | 0ms | 0ms | haxe/hl/c 4.2.4 |
haxe | 3.hx | timeout | 0.0ms | 0.0MB | 0ms | 0ms | haxe/hl/jit 1.12.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
cpp | 0-i.cpp | 26ms | 0.4ms | 1.0MB | 17ms | 0ms | g++ 12.1.0 |
cpp | 0-i.cpp | 29ms | 0.6ms | 1.1MB | 20ms | 0ms | clang++ 11.0.0 |
cpp | 1.cpp | 36ms | 0.7ms | 0.9MB | 23ms | 0ms | g++ 12.1.0 |
cpp | 1.cpp | 41ms | 0.2ms | 1.1MB | 30ms | 0ms | clang++ 11.0.0 |
haxe | 2.hx | 99ms | 2.0ms | 2.6MB | 87ms | 0ms | haxe/hl/c 4.2.4 |
haxe | 1.hx | 130ms | 1.0ms | 2.6MB | 117ms | 0ms | haxe/hl/c 4.2.4 |
haxe | 2.hx | 246ms | 2.4ms | 3.4MB | 233ms | 0ms | haxe/hl/jit 1.12.0 |
haxe | 3.hx | 250ms | 1.0ms | 27.6MB | 263ms | 7ms | haxe/cpp 4.2.4 |
haxe | 1.hx | 259ms | 2.3ms | 3.3MB | 250ms | 0ms | haxe/hl/jit 1.12.0 |
haxe | 3.hx | 697ms | 12ms | 3.3MB | 623ms | 57ms | haxe/hl/c 4.2.4 |
haxe | 2.hx | 841ms | 3.8ms | 4.4MB | 827ms | 0ms | haxe/cpp 4.2.4 |
haxe | 3.hx | 849ms | 3.5ms | 3.7MB | 777ms | 53ms | haxe/hl/jit 1.12.0 |
haxe | 1.hx | 1135ms | 2.7ms | 3.1MB | 1123ms | 0ms | haxe/cpp 4.2.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
cpp | 8-m.cpp | 1060ms | 0.4ms | 3.1MB | 2070ms | 0ms | clang++ 11.0.0 |
cpp | 7-m.cpp | 1061ms | 0.7ms | 3.2MB | 2073ms | 0ms | clang++ 11.0.0 |
cpp | 8-m.cpp | 1066ms | 2.3ms | 1.0MB | 2083ms | 0ms | g++ 12.1.0 |
cpp | 7-m.cpp | 1067ms | 1.7ms | 0.9MB | 2093ms | 0ms | g++ 12.1.0 |
cpp | 6-im.cpp | 2241ms | 10.0ms | 1.0MB | 4400ms | 0ms | g++ 12.1.0 |
cpp | 6-im.cpp | 2242ms | 13ms | 3.2MB | 4400ms | 3ms | clang++ 11.0.0 |
haxe | 1.hx | timeout | 0.0ms | 0.0MB | 0ms | 0ms | haxe/cpp 4.2.4 |
haxe | 1.hx | timeout | 0.0ms | 0.0MB | 0ms | 0ms | haxe/hl/c 4.2.4 |
haxe | 1.hx | timeout | 0.0ms | 0.0MB | 0ms | 0ms | haxe/hl/jit 1.12.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
cpp | 8-m.cpp | 275ms | 0.5ms | 3.2MB | 517ms | 0ms | clang++ 11.0.0 |
cpp | 8-m.cpp | 277ms | 1.3ms | 1.0MB | 523ms | 0ms | g++ 12.1.0 |
cpp | 7-m.cpp | 277ms | 1.7ms | 3.2MB | 520ms | 0ms | clang++ 11.0.0 |
cpp | 7-m.cpp | 279ms | 2.1ms | 1.0MB | 527ms | 0ms | g++ 12.1.0 |
cpp | 6-im.cpp | 569ms | 0.4ms | 3.1MB | 1097ms | 0ms | clang++ 11.0.0 |
cpp | 6-im.cpp | 571ms | 3.0ms | 1.0MB | 1100ms | 0ms | g++ 12.1.0 |
haxe | 1.hx | 2333ms | 0.6ms | 6.6MB | 2320ms | 0ms | haxe/cpp 4.2.4 |
haxe | 1.hx | 2339ms | 1.2ms | 3.2MB | 2327ms | 0ms | haxe/hl/c 4.2.4 |
haxe | 1.hx | timeout | 0.0ms | 0.0MB | 0ms | 0ms | haxe/hl/jit 1.12.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
cpp | 8-m.cpp | 76ms | 0.5ms | 3.3MB | 130ms | 0ms | clang++ 11.0.0 |
cpp | 7-m.cpp | 77ms | 1.9ms | 3.2MB | 130ms | 0ms | clang++ 11.0.0 |
cpp | 8-m.cpp | 78ms | 3.3ms | 1.0MB | 133ms | 0ms | g++ 12.1.0 |
cpp | 7-m.cpp | 78ms | 2.7ms | 1.0MB | 130ms | 0ms | g++ 12.1.0 |
cpp | 6-im.cpp | 151ms | 1.3ms | 1.0MB | 280ms | 0ms | g++ 12.1.0 |
cpp | 6-im.cpp | 151ms | 1.5ms | 3.1MB | 273ms | 0ms | clang++ 11.0.0 |
haxe | 1.hx | 586ms | 0.6ms | 5.3MB | 573ms | 0ms | haxe/cpp 4.2.4 |
haxe | 1.hx | 588ms | 0.8ms | 3.0MB | 580ms | 0ms | haxe/hl/c 4.2.4 |
haxe | 1.hx | 3428ms | 1.3ms | 3.7MB | 3420ms | 0ms | haxe/hl/jit 1.12.0 |