Current benchmark data was generated on Thu Jul 13 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 |
---|---|---|---|---|---|---|---|
chapel | 4.chpl | 2278ms | 2.2ms | 64.2MB | 2247ms | 20ms | chpl 1.31.0 |
chapel | 3.chpl | 2393ms | 13ms | 50.2MB | 2373ms | 10ms | chpl 1.31.0 |
go | 1.go | 3509ms | 41ms | 45.0MB | 5013ms | 43ms | go 1.20.6 |
go | 1.go | 4400ms | 25ms | 50.6MB | 4380ms | 3ms | tinygo 0.28.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
go | 3.go | 174ms | 0.2ms | 0.4MB | 160ms | 0ms | tinygo 0.28.1 |
go | 3.go | 177ms | 1.4ms | 3.4MB | 163ms | 0ms | go 1.20.6 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 2241ms | 4.7ms | 32.2MB | 4403ms | 3ms | chpl 1.31.0 |
go | 4-m.go | 2512ms | 26ms | 5.5MB | 4843ms | 0ms | go 1.20.6 |
chapel | 1.chpl | 4378ms | 1.3ms | 32.3MB | 4367ms | 3ms | chpl 1.31.0 |
go | 1.go | 4902ms | 6.8ms | 5.5MB | 4893ms | 0ms | go 1.20.6 |
go | 1.go | timeout | 0.0ms | 2.0MB | 4990ms | 0ms | tinygo 0.28.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 592ms | 12ms | 32.2MB | 1117ms | 0ms | chpl 1.31.0 |
go | 4-m.go | 631ms | 3.4ms | 3.4MB | 1200ms | 0ms | go 1.20.6 |
chapel | 1.chpl | 1114ms | 1.0ms | 32.3MB | 1100ms | 0ms | chpl 1.31.0 |
go | 1.go | 1228ms | 11ms | 2.9MB | 1213ms | 0ms | go 1.20.6 |
go | 1.go | 2577ms | 1.8ms | 0.0MB | 2560ms | 0ms | tinygo 0.28.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 165ms | 1.0ms | 32.2MB | 287ms | 3ms | chpl 1.31.0 |
go | 4-m.go | 167ms | 1.5ms | 3.4MB | 297ms | 0ms | go 1.20.6 |
chapel | 1.chpl | 298ms | 4.4ms | 32.3MB | 290ms | 0ms | chpl 1.31.0 |
go | 1.go | 312ms | 3.2ms | 2.9MB | 300ms | 0ms | go 1.20.6 |
go | 1.go | 646ms | 1.0ms | 0.0MB | 637ms | 0ms | tinygo 0.28.1 |