Current benchmark data was generated on Wed May 25 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 |
---|---|---|---|---|---|---|---|
v | 2.v | 499ms | 6.1ms | 10.4MB | 480ms | 0ms | v/clang+gc 0.2.4 |
julia | 1.jl | 608ms | 3.2ms | 208.3MB | 547ms | 150ms | julia 1.7.2 |
v | 1.v | 1054ms | 16ms | 41.3MB | 1033ms | 10ms | v/clang+gc 0.2.4 |
v | 1.v | 1142ms | 36ms | 40.1MB | 1113ms | 13ms | v/clang 0.2.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
julia | 3.jl | 728ms | 47ms | 179.2MB | 677ms | 137ms | julia 1.7.2 |
julia | 1.jl | 1708ms | 59ms | 256.9MB | 1603ms | 190ms | julia 1.7.2 |
v | 1.v | 4270ms | 76ms | 3.2MB | 4247ms | 3ms | v/clang+gc 0.2.4 |
v | 1.v | timeout | 0.0ms | 0.0MB | 0ms | 0ms | v/clang 0.2.4 |
v | 2.v | timeout | 0.0ms | 0.0MB | 0ms | 0ms | v/clang+gc 0.2.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
julia | 3.jl | 365ms | 17ms | 181.2MB | 320ms | 130ms | julia 1.7.2 |
julia | 1.jl | 925ms | 30ms | 258.0MB | 837ms | 163ms | julia 1.7.2 |
v | 1.v | 1076ms | 1.6ms | 2.5MB | 1060ms | 0ms | v/clang+gc 0.2.4 |
v | 2.v | 1546ms | 13ms | 3.1MB | 1530ms | 0ms | v/clang+gc 0.2.4 |
v | 1.v | 2390ms | 6.9ms | 2460.0MB | 1277ms | 1093ms | v/clang 0.2.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
julia | 2-m.jl | 1276ms | 4.7ms | 197.9MB | 2143ms | 133ms | julia 1.7.2 |
julia | 3-m.jl | 2036ms | 5.8ms | 210.5MB | 3543ms | 160ms | julia 1.7.2 |
v | 1.v | 3033ms | 0.4ms | 2.9MB | 3020ms | 0ms | v/clang+gc 0.2.4 |
v | 1.v | 3165ms | 232ms | 1.7MB | 3153ms | 0ms | v/clang 0.2.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
julia | 2-m.jl | 612ms | 0.6ms | 196.9MB | 857ms | 127ms | julia 1.7.2 |
v | 1.v | 762ms | 0.3ms | 2.6MB | 750ms | 0ms | v/clang+gc 0.2.4 |
v | 1.v | 794ms | 58ms | 0.9MB | 783ms | 0ms | v/clang 0.2.4 |
julia | 3-m.jl | 838ms | 2.5ms | 210.4MB | 1197ms | 130ms | julia 1.7.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 207ms | 9.0ms | 0.9MB | 190ms | 0ms | v/clang 0.2.4 |
v | 1.v | 219ms | 2.0ms | 2.6MB | 210ms | 0ms | v/clang+gc 0.2.4 |
julia | 2.jl | 439ms | 6.7ms | 196.5MB | 510ms | 137ms | julia 1.7.2 |
julia | 3.jl | 542ms | 1.0ms | 209.8MB | 660ms | 123ms | julia 1.7.2 |