Current benchmark data was generated on Sat Jan 28 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 |
---|---|---|---|---|---|---|---|
dart | 2.dart | 251ms | 2.9ms | 15.0MB | 237ms | 0ms | dart/exe 2.19.0 |
v | 1.v | 403ms | 1.5ms | 2.2MB | 390ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 424ms | 0.3ms | 2.2MB | 410ms | 0ms | v/clang 0.3.2 |
dart | 1.dart | 1462ms | 3.8ms | 14.4MB | 1447ms | 0ms | dart/exe 2.19.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
dart | 2.dart | 743ms | 14ms | 14.3MB | 723ms | 3ms | dart/exe 2.19.0 |
v | 1.v | 1205ms | 2.4ms | 2.3MB | 1193ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 1265ms | 1.6ms | 2.3MB | 1257ms | 0ms | v/clang 0.3.2 |
dart | 1.dart | 4365ms | 5.6ms | 16.5MB | 4343ms | 0ms | dart/exe 2.19.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
dart | 2.dart | 118ms | 2.0ms | 15.0MB | 100ms | 0ms | dart/exe 2.19.0 |
v | 1.v | 134ms | 1.0ms | 2.3MB | 123ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 140ms | 0.3ms | 2.3MB | 130ms | 0ms | v/clang 0.3.2 |
dart | 1.dart | 215ms | 2.6ms | 17.1MB | 200ms | 0ms | dart/exe 2.19.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
dart | 2.dart | 1694ms | 19ms | 21.9MB | 1620ms | 53ms | dart/exe 2.19.0 |
v | 1.v | 3901ms | 88ms | 3.2MB | 3873ms | 10ms | v/clang+gc 0.3.2 |
v | 1.v | timeout | 0.0ms | 4.0MB | 4980ms | 7ms | v/clang 0.3.2 |
v | 2.v | timeout | 0.0ms | 3.3MB | 4983ms | 7ms | v/clang+gc 0.3.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
dart | 2.dart | 424ms | 7.3ms | 19.8MB | 383ms | 27ms | dart/exe 2.19.0 |
v | 1.v | 959ms | 2.4ms | 2.9MB | 947ms | 0ms | v/clang+gc 0.3.2 |
v | 1.v | 1425ms | 42ms | 2.9MB | 1410ms | 0ms | v/clang 0.3.2 |
v | 2.v | 1737ms | 35ms | 2.7MB | 1723ms | 0ms | v/clang+gc 0.3.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
dart | 1.dart | timeout | 0.0ms | 11.9MB | 4990ms | 0ms | dart/exe 2.19.0 |
v | 1.v | timeout | 0.0ms | 3.0MB | 4983ms | 0ms | v/clang 0.3.2 |
v | 1.v | timeout | 0.0ms | 3.1MB | 4987ms | 0ms | v/clang+gc 0.3.2 |