Current benchmark data was generated on Fri Jul 01 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.)
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
7-m.cpp | 1109ms | 16ms | 3.0MB | 2153ms | 0ms | clang++ 11.0.0 |
7-m.cpp | 1117ms | 13ms | 1.0MB | 2157ms | 0ms | g++ 12.1.0 |
8-m.cpp | 1118ms | 6.8ms | 1.0MB | 2157ms | 0ms | g++ 12.1.0 |
8-m.cpp | 1146ms | 40ms | 3.2MB | 2197ms | 3ms | clang++ 11.0.0 |
6-im.cpp | 2268ms | 18ms | 3.2MB | 4430ms | 3ms | clang++ 11.0.0 |
6-im.cpp | 2289ms | 8.8ms | 1.0MB | 4443ms | 10ms | g++ 12.1.0 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
8-m.cpp | 290ms | 4.0ms | 3.2MB | 540ms | 0ms | clang++ 11.0.0 |
7-m.cpp | 293ms | 0.2ms | 0.9MB | 543ms | 0ms | g++ 12.1.0 |
8-m.cpp | 293ms | 5.1ms | 2.5MB | 543ms | 0ms | g++ 12.1.0 |
7-m.cpp | 295ms | 1.9ms | 3.1MB | 543ms | 0ms | clang++ 11.0.0 |
6-im.cpp | 578ms | 0.8ms | 3.2MB | 1110ms | 0ms | clang++ 11.0.0 |
6-im.cpp | 590ms | 11ms | 1.0MB | 1127ms | 0ms | g++ 12.1.0 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
7-m.cpp | 83ms | 2.7ms | 1.0MB | 137ms | 0ms | g++ 12.1.0 |
8-m.cpp | 83ms | 4.2ms | 3.2MB | 133ms | 0ms | clang++ 11.0.0 |
8-m.cpp | 84ms | 3.7ms | 0.9MB | 137ms | 0ms | g++ 12.1.0 |
7-m.cpp | 88ms | 6.2ms | 3.2MB | 143ms | 0ms | clang++ 11.0.0 |
6-im.cpp | 158ms | 2.1ms | 1.0MB | 280ms | 0ms | g++ 12.1.0 |
6-im.cpp | 173ms | 8.6ms | 3.2MB | 300ms | 0ms | clang++ 11.0.0 |