Current benchmark data was generated on Sat Jan 28 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 | 2288ms | 12ms | 46.2MB | 2260ms | 7ms | chpl 1.29.0 |
chapel | 3.chpl | 2449ms | 12ms | 46.2MB | 2427ms | 13ms | chpl 1.29.0 |
go | 1.go | 3021ms | 13ms | 47.5MB | 4350ms | 33ms | go 1.19.5 |
go | 1.go | 3856ms | 10ms | 38.6MB | 3840ms | 3ms | tinygo 0.25.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 2300ms | 88ms | 32.3MB | 4430ms | 7ms | chpl 1.29.0 |
go | 4-m.go | 2484ms | 4.4ms | 5.4MB | 4830ms | 0ms | go 1.19.5 |
chapel | 1.chpl | 4374ms | 2.3ms | 32.4MB | 4363ms | 3ms | chpl 1.29.0 |
go | 1.go | 4964ms | 6.5ms | 5.4MB | 4953ms | 0ms | go 1.19.5 |
go | 1.go | timeout | 0.0ms | 0.4MB | 4983ms | 0ms | tinygo 0.25.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 581ms | 0.8ms | 32.3MB | 1110ms | 0ms | chpl 1.29.0 |
go | 4-m.go | 628ms | 2.7ms | 3.4MB | 1197ms | 0ms | go 1.19.5 |
chapel | 1.chpl | 1111ms | 1.9ms | 32.3MB | 1100ms | 0ms | chpl 1.29.0 |
go | 1.go | 1245ms | 4.2ms | 2.9MB | 1230ms | 0ms | go 1.19.5 |
go | 1.go | 2577ms | 4.4ms | 0.0MB | 2563ms | 0ms | tinygo 0.25.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
chapel | 1-m.chpl | 164ms | 3.6ms | 32.3MB | 287ms | 3ms | chpl 1.29.0 |
go | 4-m.go | 167ms | 2.2ms | 2.9MB | 297ms | 0ms | go 1.19.5 |
chapel | 1.chpl | 297ms | 1.7ms | 32.3MB | 287ms | 0ms | chpl 1.29.0 |
go | 1.go | 313ms | 1.7ms | 2.9MB | 297ms | 0ms | go 1.19.5 |
go | 1.go | 647ms | 1.1ms | 0.0MB | 633ms | 0ms | tinygo 0.25.0 |