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 |
---|---|---|---|---|---|---|---|
julia | 2-m.jl | 1402ms | 3.5ms | 197.3MB | 2453ms | 110ms | julia 1.7.2 |
julia | 3-m.jl | 2112ms | 3.7ms | 210.9MB | 3757ms | 133ms | julia 1.7.2 |
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 |
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 |
julia | 2-m.jl | 613ms | 3.3ms | 196.8MB | 867ms | 150ms | julia 1.7.2 |
julia | 3-m.jl | 833ms | 3.1ms | 210.7MB | 1250ms | 130ms | julia 1.7.2 |
chapel | 1.chpl | 1110ms | 0.6ms | 32.4MB | 1097ms | 3ms | chpl 1.26.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 165ms | 0.5ms | 32.4MB | 283ms | 3ms | chpl 1.26.0 |
chapel | 1.chpl | 295ms | 1.0ms | 32.4MB | 283ms | 3ms | chpl 1.26.0 |
julia | 2-m.jl | 413ms | 1.1ms | 197.9MB | 523ms | 103ms | julia 1.7.2 |
julia | 3.jl | 517ms | 4.6ms | 214.2MB | 627ms | 130ms | julia 1.7.2 |