Current benchmark data was generated on Mon Apr 14 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 | 163ms | 5.4ms | 9.4MB | 153ms | 0ms | dart/exe 3.7.2 |
dart | 1.dart | 498ms | 2.6ms | 9.3MB | 490ms | 0ms | dart/exe 3.7.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 1926ms | 20ms | 28.8MB | 3823ms | 0ms | chpl 1.31.0 |
chapel | 1.chpl | 3715ms | 1.4ms | 28.6MB | 3710ms | 0ms | chpl 1.31.0 |
dart | 1.dart | 3773ms | 11ms | 6.4MB | 3760ms | 0ms | dart/exe 3.7.2 |
dart | 2.dart | 4339ms | 3.8ms | 6.5MB | 4330ms | 0ms | dart/exe 3.7.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 492ms | 0.1ms | 28.9MB | 960ms | 0ms | chpl 1.31.0 |
chapel | 1.chpl | 944ms | 5.1ms | 28.8MB | 937ms | 0ms | chpl 1.31.0 |
dart | 1.dart | 945ms | 0.3ms | 6.3MB | 933ms | 0ms | dart/exe 3.7.2 |
dart | 2.dart | 1092ms | 3.1ms | 6.3MB | 1080ms | 0ms | dart/exe 3.7.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 134ms | 1.9ms | 28.8MB | 247ms | 0ms | chpl 1.31.0 |
dart | 1.dart | 241ms | 2.2ms | 6.3MB | 230ms | 0ms | dart/exe 3.7.2 |
chapel | 1.chpl | 249ms | 4.1ms | 28.8MB | 247ms | 0ms | chpl 1.31.0 |
dart | 2.dart | 279ms | 3.2ms | 6.3MB | 270ms | 0ms | dart/exe 3.7.2 |