Current benchmark data was generated on Tue Mar 25 2025, 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 | 169ms | 0.8ms | 9.1MB | 157ms | 0ms | dart/exe 3.7.2 |
v | 1.v | 249ms | 3.9ms | 1.3MB | 240ms | 0ms | v/clang 0.4.10 |
v | 1.v | 262ms | 3.5ms | 2.1MB | 253ms | 0ms | v/clang+gc 0.4.10 |
dart | 1.dart | 496ms | 2.5ms | 9.1MB | 480ms | 0ms | dart/exe 3.7.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
dart | 2.dart | 488ms | 15ms | 9.1MB | 473ms | 0ms | dart/exe 3.7.2 |
v | 1.v | 722ms | 7.3ms | 1.3MB | 713ms | 0ms | v/clang 0.4.10 |
v | 1.v | 784ms | 25ms | 2.1MB | 773ms | 0ms | v/clang+gc 0.4.10 |
dart | 1.dart | 1458ms | 8.1ms | 9.3MB | 1440ms | 7ms | dart/exe 3.7.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
dart | 2.dart | 80ms | 5.0ms | 9.3MB | 67ms | 0ms | dart/exe 3.7.2 |
v | 1.v | 91ms | 2.5ms | 1.3MB | 83ms | 0ms | v/clang 0.4.10 |
v | 1.v | 101ms | 1.1ms | 2.1MB | 90ms | 0ms | v/clang+gc 0.4.10 |
dart | 1.dart | 117ms | 5.6ms | 8.9MB | 107ms | 0ms | dart/exe 3.7.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
dart | 1.dart | 3784ms | 4.2ms | 6.4MB | 3773ms | 0ms | dart/exe 3.7.2 |
dart | 2.dart | 4350ms | 3.2ms | 6.4MB | 4340ms | 0ms | dart/exe 3.7.2 |
v | 1.v | timeout | 0.0ms | 1.6MB | 4990ms | 0ms | v/clang 0.4.10 |
v | 1.v | timeout | 0.0ms | 2.8MB | 4990ms | 0ms | v/clang+gc 0.4.10 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
dart | 1.dart | 946ms | 0.6ms | 6.1MB | 933ms | 0ms | dart/exe 3.7.2 |
dart | 2.dart | 1099ms | 6.1ms | 6.3MB | 1087ms | 0ms | dart/exe 3.7.2 |
v | 1.v | 1286ms | 3.9ms | 1.5MB | 1277ms | 0ms | v/clang 0.4.10 |
v | 1.v | 1332ms | 3.9ms | 2.5MB | 1323ms | 0ms | v/clang+gc 0.4.10 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
dart | 1.dart | 242ms | 2.3ms | 6.3MB | 230ms | 0ms | dart/exe 3.7.2 |
dart | 2.dart | 278ms | 0.5ms | 6.1MB | 270ms | 0ms | dart/exe 3.7.2 |
v | 1.v | 325ms | 1.8ms | 1.5MB | 317ms | 0ms | v/clang 0.4.10 |
v | 1.v | 336ms | 4.5ms | 2.5MB | 323ms | 0ms | v/clang+gc 0.4.10 |