Current benchmark data was generated on Fri Aug 01 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 | 166ms | 3.3ms | 9.3MB | 157ms | 0ms | dart/exe 3.8.2 |
dart | 1.dart | 568ms | 2.5ms | 8.8MB | 560ms | 0ms | dart/exe 3.8.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 1914ms | 2.2ms | 29.0MB | 3800ms | 0ms | chpl 1.31.0 |
chapel | 1.chpl | 3718ms | 16ms | 28.8MB | 3713ms | 0ms | chpl 1.31.0 |
dart | 1.dart | 3748ms | 5.6ms | 6.4MB | 3737ms | 0ms | dart/exe 3.8.2 |
dart | 2.dart | 4936ms | 14ms | 6.4MB | 4920ms | 0ms | dart/exe 3.8.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 491ms | 2.1ms | 29.0MB | 953ms | 0ms | chpl 1.31.0 |
dart | 1.dart | 939ms | 1.0ms | 6.1MB | 930ms | 0ms | dart/exe 3.8.2 |
chapel | 1.chpl | 945ms | 5.5ms | 28.6MB | 940ms | 0ms | chpl 1.31.0 |
dart | 2.dart | 1237ms | 0.1ms | 6.3MB | 1230ms | 0ms | dart/exe 3.8.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 132ms | 0.5ms | 28.9MB | 240ms | 0ms | chpl 1.31.0 |
dart | 1.dart | 239ms | 1.1ms | 6.4MB | 230ms | 0ms | dart/exe 3.8.2 |
chapel | 1.chpl | 246ms | 3.8ms | 28.8MB | 243ms | 0ms | chpl 1.31.0 |
dart | 2.dart | 312ms | 1.5ms | 6.3MB | 303ms | 0ms | dart/exe 3.8.2 |