Current benchmark data was generated on Sat Jan 28 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 |
---|---|---|---|---|---|---|---|
cpp | 1-im.cpp | 756ms | 13ms | 1.4MB | 1457ms | 0ms | g++ 12.2.0 |
cpp | 1-im.cpp | 763ms | 5.8ms | 4.0MB | 1487ms | 0ms | clang++ 14.0.0 |
v | 1.v | 3313ms | 2.1ms | 2.0MB | 3297ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 3325ms | 8.4ms | 2.0MB | 3310ms | 0ms | v/clang 0.3.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 403ms | 1.5ms | 2.2MB | 390ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 424ms | 0.3ms | 2.2MB | 410ms | 0ms | v/clang 0.3.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
cpp | 0-i.cpp | 225ms | 0.5ms | 1.3MB | 213ms | 0ms | g++ 12.2.0 |
cpp | 0-i.cpp | 255ms | 3.2ms | 1.4MB | 240ms | 0ms | clang++ 14.0.0 |
cpp | 1.cpp | 326ms | 1.8ms | 1.4MB | 313ms | 0ms | clang++ 14.0.0 |
cpp | 1.cpp | 341ms | 1.0ms | 1.3MB | 330ms | 0ms | g++ 12.2.0 |
v | 1.v | 871ms | 0.8ms | 2.3MB | 860ms | 0ms | v/clang 0.3.2 |
v | 1.v | 879ms | 6.2ms | 2.3MB | 863ms | 0ms | v/clang+gc 0.3.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
cpp | 0-i.cpp | 25ms | 0.0ms | 1.3MB | 17ms | 0ms | g++ 12.2.0 |
cpp | 0-i.cpp | 29ms | 2.1ms | 1.4MB | 20ms | 0ms | clang++ 14.0.0 |
cpp | 1.cpp | 36ms | 0.8ms | 1.4MB | 27ms | 0ms | clang++ 14.0.0 |
cpp | 1.cpp | 36ms | 0.4ms | 1.4MB | 30ms | 0ms | g++ 12.2.0 |
v | 1.v | 90ms | 0.2ms | 2.3MB | 80ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 91ms | 1.3ms | 2.3MB | 80ms | 0ms | v/clang 0.3.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 2.v | 507ms | 3.1ms | 11.0MB | 497ms | 0ms | v/clang 0.3.2 |
v | 2.v | 510ms | 3.1ms | 10.7MB | 493ms | 3ms | v/clang+gc 0.3.2 |
cpp | 1.cpp | 644ms | 12ms | 7.8MB | 633ms | 0ms | g++ 12.2.0 |
cpp | 1.cpp | 711ms | 5.6ms | 7.7MB | 697ms | 0ms | clang++ 14.0.0 |
v | 1.v | 1164ms | 113ms | 41.1MB | 1143ms | 7ms | v/clang+gc 0.3.2 |
v | 1.v | 1352ms | 95ms | 41.2MB | 1330ms | 7ms | v/clang 0.3.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 2.v | 116ms | 0.4ms | 4.0MB | 107ms | 0ms | v/clang+gc 0.3.2 |
v | 2.v | 117ms | 0.7ms | 4.1MB | 107ms | 0ms | v/clang 0.3.2 |
v | 1.v | 122ms | 1.8ms | 20.0MB | 110ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 129ms | 2.2ms | 20.8MB | 113ms | 0ms | v/clang 0.3.2 |
cpp | 1.cpp | 154ms | 2.5ms | 4.0MB | 143ms | 0ms | g++ 12.2.0 |
cpp | 1.cpp | 169ms | 0.6ms | 4.0MB | 160ms | 0ms | clang++ 14.0.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
cpp | 7-m.cpp | 1059ms | 3.0ms | 3.3MB | 2077ms | 0ms | clang++ 14.0.0 |
cpp | 7-m.cpp | 1061ms | 5.4ms | 1.3MB | 2080ms | 0ms | g++ 12.2.0 |
cpp | 8-m.cpp | 1065ms | 0.4ms | 1.4MB | 2080ms | 0ms | g++ 12.2.0 |
cpp | 8-m.cpp | 1069ms | 14ms | 3.5MB | 2080ms | 0ms | clang++ 14.0.0 |
cpp | 6-im.cpp | 2223ms | 8.8ms | 3.3MB | 4353ms | 3ms | clang++ 14.0.0 |
cpp | 6-im.cpp | 2238ms | 14ms | 1.3MB | 4390ms | 0ms | g++ 12.2.0 |
v | 1.v | timeout | 0.0ms | 3.0MB | 4983ms | 0ms | v/clang 0.3.2 |
v | 1.v | timeout | 0.0ms | 3.1MB | 4987ms | 0ms | v/clang+gc 0.3.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
cpp | 7-m.cpp | 273ms | 0.1ms | 3.4MB | 520ms | 0ms | clang++ 14.0.0 |
cpp | 8-m.cpp | 274ms | 0.9ms | 1.4MB | 520ms | 0ms | g++ 12.2.0 |
cpp | 7-m.cpp | 275ms | 2.4ms | 1.3MB | 520ms | 0ms | g++ 12.2.0 |
cpp | 8-m.cpp | 276ms | 3.9ms | 3.3MB | 517ms | 0ms | clang++ 14.0.0 |
cpp | 6-im.cpp | 562ms | 1.6ms | 3.5MB | 1087ms | 0ms | clang++ 14.0.0 |
cpp | 6-im.cpp | 566ms | 3.0ms | 1.4MB | 1097ms | 0ms | g++ 12.2.0 |
v | 1.v | 1551ms | 0.4ms | 2.8MB | 1537ms | 0ms | v/clang 0.3.2 |
v | 1.v | 1556ms | 5.3ms | 2.8MB | 1543ms | 0ms | v/clang+gc 0.3.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
cpp | 7-m.cpp | 75ms | 0.9ms | 1.3MB | 130ms | 0ms | g++ 12.2.0 |
cpp | 7-m.cpp | 76ms | 2.0ms | 3.3MB | 130ms | 0ms | clang++ 14.0.0 |
cpp | 8-m.cpp | 76ms | 1.2ms | 3.3MB | 127ms | 0ms | clang++ 14.0.0 |
cpp | 8-m.cpp | 78ms | 4.9ms | 1.3MB | 130ms | 0ms | g++ 12.2.0 |
cpp | 6-im.cpp | 149ms | 0.8ms | 3.3MB | 270ms | 0ms | clang++ 14.0.0 |
cpp | 6-im.cpp | 151ms | 1.5ms | 1.3MB | 277ms | 0ms | g++ 12.2.0 |
v | 1.v | 393ms | 0.4ms | 2.6MB | 380ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 400ms | 9.6ms | 2.5MB | 380ms | 0ms | v/clang 0.3.2 |