C++ VS V benchmarks

Current benchmark data was generated on Mon Dec 30 2024, full log can be found HERE

CONTRIBUTIONS are WELCOME!

[x86_64][4 cores] AMD EPYC 7763 64-Core Processor (Model 1)

* -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.)

fannkuch-redux

Input: 11

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
cpp 1-im.cpp 402ms 4.4ms 4.5MB 1547ms 0ms g++ 11.4.0
cpp 1-im.cpp 426ms 19ms 7.9MB 1603ms 7ms clang++ 14.0.0-1ubuntu1.1
v 1.v 2186ms 5.5ms 1.9MB 2173ms 0ms v/clang+gc 0.4.9
v 1.v 2191ms 1.3ms 1.1MB 2180ms 0ms v/clang 0.4.9

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
cpp 1-im.cpp 42ms 0.7ms 8.0MB 130ms 0ms clang++ 14.0.0-1ubuntu1.1
cpp 1-im.cpp 45ms 2.8ms 4.5MB 147ms 0ms g++ 11.4.0
v 1.v 186ms 1.9ms 1.1MB 170ms 0ms v/clang 0.4.9
v 1.v 187ms 1.8ms 1.9MB 180ms 0ms v/clang+gc 0.4.9

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
cpp 1.cpp 1.0ms 0.1ms 1.4MB 0ms 0ms g++ 11.4.0
v 1.v 1.1ms 0.0ms 1.4MB 0ms 0ms v/clang 0.4.9
v 1.v 1.3ms 0.1ms 1.9MB 0ms 0ms v/clang+gc 0.4.9
cpp 1.cpp 1.5ms 0.1ms 2.1MB 0ms 0ms clang++ 14.0.0-1ubuntu1.1

nbody

Input: 5000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
cpp 0-i.cpp 166ms 0.2ms 1.5MB 160ms 0ms g++ 11.4.0
cpp 0-i.cpp 170ms 0.3ms 2.3MB 160ms 0ms clang++ 14.0.0-1ubuntu1.1
v 1.v 309ms 0.5ms 1.6MB 300ms 0ms v/clang 0.4.9
v 1.v 311ms 1.8ms 2.3MB 300ms 0ms v/clang+gc 0.4.9
cpp 1.cpp 313ms 1.5ms 2.3MB 303ms 0ms clang++ 14.0.0-1ubuntu1.1
cpp 1.cpp 315ms 1.9ms 1.8MB 303ms 0ms g++ 11.4.0

Input: 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
cpp 0-i.cpp 18ms 0.1ms 1.5MB 10ms 0ms g++ 11.4.0
cpp 0-i.cpp 19ms 0.1ms 2.3MB 10ms 0ms clang++ 14.0.0-1ubuntu1.1
v 1.v 33ms 0.0ms 1.6MB 23ms 0ms v/clang 0.4.9
v 1.v 33ms 0.7ms 2.3MB 23ms 0ms v/clang+gc 0.4.9
cpp 1.cpp 34ms 0.6ms 2.3MB 27ms 0ms clang++ 14.0.0-1ubuntu1.1
cpp 1.cpp 34ms 0.8ms 1.8MB 20ms 0ms g++ 11.4.0

nsieve

Input: 12

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
v 1.v 295ms 10ms 40.4MB 277ms 0ms v/clang 0.4.9
v 1.v 310ms 5.8ms 60.6MB 297ms 0ms v/clang+gc 0.4.9
v 2.v 332ms 2.1ms 6.9MB 320ms 0ms v/clang+gc 0.4.9
v 2.v 332ms 3.8ms 6.1MB 320ms 0ms v/clang 0.4.9
cpp 1.cpp 481ms 0.5ms 7.3MB 470ms 0ms g++ 11.4.0
cpp 1.cpp 529ms 2.1ms 7.8MB 517ms 0ms clang++ 14.0.0-1ubuntu1.1

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
v 1.v 60ms 1.9ms 11.9MB 50ms 0ms v/clang+gc 0.4.9
v 1.v 61ms 2.4ms 11.0MB 50ms 0ms v/clang 0.4.9
v 2.v 82ms 1.5ms 2.4MB 73ms 0ms v/clang 0.4.9
v 2.v 83ms 1.6ms 3.1MB 70ms 0ms v/clang+gc 0.4.9
cpp 1.cpp 119ms 1.3ms 3.6MB 110ms 0ms g++ 11.4.0
cpp 1.cpp 130ms 0.7ms 4.1MB 120ms 0ms clang++ 14.0.0-1ubuntu1.1

spectral-norm

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
cpp 8-m.cpp 476ms 13ms 5.3MB 1823ms 3ms clang++ 14.0.0-1ubuntu1.1
cpp 8-m.cpp 484ms 4.4ms 4.2MB 1877ms 0ms g++ 11.4.0
cpp 6-im.cpp 917ms 1.1ms 4.2MB 3600ms 0ms g++ 11.4.0
cpp 6-im.cpp 922ms 11ms 5.4MB 3593ms 0ms clang++ 14.0.0-1ubuntu1.1
v 1.v timeout 0.0ms 1.6MB 4990ms 0ms v/clang 0.4.9
v 1.v timeout 0.0ms 2.8MB 4990ms 0ms v/clang+gc 0.4.9

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
cpp 8-m.cpp 124ms 0.6ms 5.4MB 450ms 0ms clang++ 14.0.0-1ubuntu1.1
cpp 8-m.cpp 133ms 9.6ms 4.1MB 487ms 0ms g++ 11.4.0
cpp 6-im.cpp 239ms 0.9ms 5.4MB 900ms 0ms clang++ 14.0.0-1ubuntu1.1
cpp 6-im.cpp 239ms 0.4ms 4.1MB 907ms 0ms g++ 11.4.0
v 1.v 1277ms 7.3ms 1.5MB 1267ms 0ms v/clang 0.4.9
v 1.v 1305ms 2.8ms 2.5MB 1297ms 0ms v/clang+gc 0.4.9

Input: 2000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
cpp 8-m.cpp 38ms 1.2ms 7.3MB 107ms 0ms clang++ 14.0.0-1ubuntu1.1
cpp 8-m.cpp 39ms 0.3ms 4.0MB 120ms 0ms g++ 11.4.0
cpp 6-im.cpp 70ms 3.2ms 4.0MB 240ms 0ms g++ 11.4.0
cpp 6-im.cpp 71ms 2.8ms 7.2MB 230ms 0ms clang++ 14.0.0-1ubuntu1.1
v 1.v 323ms 1.0ms 1.5MB 310ms 0ms v/clang 0.4.9
v 1.v 333ms 0.1ms 2.5MB 323ms 0ms v/clang+gc 0.4.9