Current benchmark data was generated on Sun Jan 29 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 |
---|---|---|---|---|---|---|---|
v | 1.v | 1093ms | 4.7ms | 36.9MB | 1077ms | 7ms | v/clang+gc 0.3.2 |
v | 1.v | 1114ms | 16ms | 37.1MB | 1100ms | 3ms | v/clang 0.3.2 |
chapel | 4.chpl | 2288ms | 2.0ms | 39.5MB | 2273ms | 7ms | chpl 1.29.0 |
chapel | 3.chpl | 2480ms | 30ms | 37.5MB | 2453ms | 7ms | chpl 1.29.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 2.chpl | 592ms | 4.7ms | 6.1MB | 587ms | 0ms | chpl 1.29.0 |
v | 1.v | 3952ms | 62ms | 3.0MB | 3923ms | 10ms | v/clang+gc 0.3.2 |
v | 1.v | timeout | 0.0ms | 4.1MB | 4987ms | 0ms | v/clang 0.3.2 |
v | 2.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 |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 2252ms | 12ms | 32.3MB | 4413ms | 10ms | chpl 1.29.0 |
chapel | 1.chpl | 4379ms | 5.0ms | 32.4MB | 4373ms | 0ms | chpl 1.29.0 |
v | 1.v | timeout | 0.0ms | 3.2MB | 4983ms | 0ms | v/clang 0.3.2 |
v | 1.v | timeout | 0.0ms | 3.1MB | 4983ms | 0ms | v/clang+gc 0.3.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 583ms | 1.8ms | 32.7MB | 1113ms | 3ms | chpl 1.29.0 |
chapel | 1.chpl | 1114ms | 2.0ms | 32.3MB | 1100ms | 7ms | chpl 1.29.0 |
v | 1.v | 1549ms | 0.3ms | 2.8MB | 1540ms | 0ms | v/clang 0.3.2 |
v | 1.v | 1552ms | 3.6ms | 2.8MB | 1537ms | 0ms | v/clang+gc 0.3.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 166ms | 1.9ms | 32.3MB | 287ms | 3ms | chpl 1.29.0 |
chapel | 1.chpl | 296ms | 2.0ms | 32.3MB | 287ms | 3ms | chpl 1.29.0 |
v | 1.v | 390ms | 0.2ms | 2.5MB | 380ms | 0ms | v/clang 0.3.2 |
v | 1.v | 391ms | 1.1ms | 2.5MB | 380ms | 0ms | v/clang+gc 0.3.2 |