Current benchmark data was generated on Thu Jul 13 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 | 3883ms | 46ms | 3.0MB | 3857ms | 10ms | v/clang+gc 0.4.0 |
acton | 1.act | timeout | 0.0ms | 12.2MB | 5747ms | 627ms | actonc 0.16.0 |
v | 1.v | timeout | 0.0ms | 4.0MB | 4983ms | 0ms | v/clang 0.4.0 |
v | 2.v | timeout | 0.0ms | 3.3MB | 4987ms | 0ms | v/clang+gc 0.4.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 964ms | 7.4ms | 2.8MB | 950ms | 0ms | v/clang+gc 0.4.0 |
v | 1.v | 1413ms | 27ms | 2.9MB | 1393ms | 0ms | v/clang 0.4.0 |
v | 2.v | 1802ms | 7.2ms | 3.1MB | 1783ms | 0ms | v/clang+gc 0.4.0 |
acton | 1.act | 2512ms | 118ms | 8.3MB | 2777ms | 297ms | actonc 0.16.0 |