Current benchmark data was generated on Wed Mar 22 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.)
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
7-m.cpp | 1069ms | 4.4ms | 3.4MB | 2087ms | 0ms | clang++ 14.0.0 |
8-m.cpp | 1070ms | 1.0ms | 1.3MB | 2093ms | 0ms | g++ 12.2.0 |
8-m.cpp | 1072ms | 14ms | 3.3MB | 2083ms | 0ms | clang++ 14.0.0 |
7-m.cpp | 1079ms | 17ms | 1.3MB | 2100ms | 0ms | g++ 12.2.0 |
6-im.cpp | 2228ms | 12ms | 3.3MB | 4367ms | 3ms | clang++ 14.0.0 |
6-im.cpp | 2236ms | 6.4ms | 1.3MB | 4400ms | 0ms | g++ 12.2.0 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
8-m.cpp | 277ms | 1.4ms | 3.4MB | 517ms | 0ms | clang++ 14.0.0 |
7-m.cpp | 277ms | 2.8ms | 1.3MB | 523ms | 0ms | g++ 12.2.0 |
7-m.cpp | 278ms | 1.1ms | 3.4MB | 520ms | 0ms | clang++ 14.0.0 |
8-m.cpp | 279ms | 2.3ms | 1.3MB | 527ms | 0ms | g++ 12.2.0 |
6-im.cpp | 567ms | 0.6ms | 3.3MB | 1090ms | 0ms | clang++ 14.0.0 |
6-im.cpp | 573ms | 9.8ms | 1.3MB | 1103ms | 0ms | g++ 12.2.0 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
8-m.cpp | 76ms | 1.5ms | 3.3MB | 130ms | 0ms | clang++ 14.0.0 |
7-m.cpp | 76ms | 0.2ms | 3.4MB | 130ms | 0ms | clang++ 14.0.0 |
8-m.cpp | 76ms | 0.8ms | 1.3MB | 130ms | 0ms | g++ 12.2.0 |
7-m.cpp | 77ms | 1.4ms | 1.3MB | 130ms | 0ms | g++ 12.2.0 |
6-im.cpp | 151ms | 0.8ms | 1.3MB | 280ms | 0ms | g++ 12.2.0 |
6-im.cpp | 152ms | 2.9ms | 3.3MB | 273ms | 0ms | clang++ 14.0.0 |