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.)
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 403ms | 0.7ms | 2.2MB | 390ms | 0ms | v/clang+gc 0.3.3 |
v | 1.v | 423ms | 0.9ms | 2.3MB | 410ms | 0ms | v/clang 0.3.3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 3901ms | 103ms | 3.0MB | 3877ms | 10ms | v/clang+gc 0.3.3 |
acton | 1.act | 4313ms | 37ms | 7.9MB | 3970ms | 700ms | actonc 0.14.2 |
v | 1.v | timeout | 0.0ms | 4.0MB | 4983ms | 0ms | v/clang 0.3.3 |
v | 2.v | timeout | 0.0ms | 3.1MB | 4977ms | 3ms | v/clang+gc 0.3.3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 954ms | 13ms | 2.8MB | 943ms | 0ms | v/clang+gc 0.3.3 |
acton | 1.act | 1394ms | 250ms | 6.8MB | 1220ms | 253ms | actonc 0.14.2 |
v | 1.v | 1413ms | 32ms | 3.0MB | 1397ms | 0ms | v/clang 0.3.3 |
v | 2.v | 1703ms | 13ms | 2.9MB | 1690ms | 0ms | v/clang+gc 0.3.3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | timeout | 0.0ms | 3.1MB | 4987ms | 0ms | v/clang 0.3.3 |
v | 1.v | timeout | 0.0ms | 3.0MB | 4990ms | 0ms | v/clang+gc 0.3.3 |