Current benchmark data was generated on Wed Feb 08 2023, 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 | 1489ms | 28ms | 193.8MB | 2493ms | 173ms | julia 1.8.5 |
chapel | 1-m.chpl | 2324ms | 13ms | 32.3MB | 4533ms | 10ms | chpl 1.29.0 |
julia | 3-m.jl | 2607ms | 78ms | 208.5MB | 4643ms | 157ms | julia 1.8.5 |
chapel | 1.chpl | 4465ms | 18ms | 32.4MB | 4443ms | 7ms | chpl 1.29.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 654ms | 50ms | 32.3MB | 1177ms | 10ms | chpl 1.29.0 |
julia | 2-m.jl | 682ms | 15ms | 194.1MB | 940ms | 170ms | julia 1.8.5 |
julia | 3-m.jl | 1012ms | 20ms | 208.1MB | 1503ms | 173ms | julia 1.8.5 |
chapel | 1.chpl | 1147ms | 4.0ms | 32.3MB | 1130ms | 3ms | chpl 1.29.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 179ms | 4.2ms | 32.3MB | 300ms | 10ms | chpl 1.29.0 |
chapel | 1.chpl | 309ms | 5.9ms | 32.3MB | 287ms | 7ms | chpl 1.29.0 |
julia | 2.jl | 473ms | 2.6ms | 195.0MB | 543ms | 163ms | julia 1.8.5 |
julia | 3.jl | 600ms | 8.7ms | 208.4MB | 713ms | 183ms | julia 1.8.5 |