Current benchmark data was generated on Fri May 20 2022, 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 |
---|---|---|---|---|---|---|---|
chapel | 4.chpl | 2346ms | 6.5ms | 64.0MB | 2320ms | 17ms | chpl 1.26.0 |
chapel | 3.chpl | 2513ms | 24ms | 64.0MB | 2487ms | 17ms | chpl 1.26.0 |
d | 1.d | 3150ms | 16ms | 75.2MB | 3393ms | 20ms | ldc2 1.29.0 |
d | 1.d | 4870ms | 15ms | 124.4MB | 4957ms | 33ms | dmd 2.100.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 2.chpl | 363ms | 1.3ms | 32.4MB | 350ms | 0ms | chpl 1.26.0 |
d | 1.d | 425ms | 0.5ms | 1.2MB | 413ms | 0ms | ldc2 1.29.0 |
d | 2.d | 435ms | 0.1ms | 1.2MB | 423ms | 0ms | ldc2 1.29.0 |
d | 1.d | 1534ms | 0.6ms | 2.0MB | 1520ms | 0ms | dmd 2.100.0 |
d | 2.d | 2691ms | 0.8ms | 1.9MB | 2680ms | 0ms | dmd 2.100.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 1.d | 45ms | 0.3ms | 1.2MB | 37ms | 0ms | ldc2 1.29.0 |
d | 2.d | 47ms | 0.2ms | 1.2MB | 37ms | 0ms | ldc2 1.29.0 |
chapel | 2.chpl | 56ms | 0.5ms | 32.4MB | 50ms | 0ms | chpl 1.26.0 |
d | 1.d | 156ms | 0.1ms | 1.9MB | 150ms | 0ms | dmd 2.100.0 |
d | 2.d | 277ms | 3.8ms | 2.0MB | 267ms | 0ms | dmd 2.100.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 2311ms | 70ms | 32.5MB | 4457ms | 10ms | chpl 1.26.0 |
chapel | 1.chpl | 4377ms | 1.0ms | 32.4MB | 4360ms | 7ms | chpl 1.26.0 |
d | 1.d | 4667ms | 0.7ms | 3.8MB | 4660ms | 0ms | ldc2 1.29.0 |
d | 1.d | 4783ms | 1.0ms | 4.5MB | 4763ms | 0ms | dmd 2.100.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 582ms | 1.7ms | 32.4MB | 1110ms | 3ms | chpl 1.26.0 |
chapel | 1.chpl | 1110ms | 0.6ms | 32.4MB | 1097ms | 3ms | chpl 1.26.0 |
d | 1.d | 1171ms | 1.1ms | 3.5MB | 1160ms | 0ms | ldc2 1.29.0 |
d | 1.d | 1199ms | 0.4ms | 4.4MB | 1190ms | 0ms | dmd 2.100.0 |