Current benchmark data was generated on Sun Jan 29 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 |
---|---|---|---|---|---|---|---|
zig | 2-m.zig | 1062ms | 0.9ms | 1.3MB | 2053ms | 0ms | zig 0.11.0-dev.1480+f68d3c63d |
zig | 2.zig | 2061ms | 1.2ms | 1.0MB | 2050ms | 0ms | zig 0.11.0-dev.1480+f68d3c63d |
chapel | 1-m.chpl | 2252ms | 12ms | 32.3MB | 4413ms | 10ms | chpl 1.29.0 |
chapel | 1.chpl | 4379ms | 5.0ms | 32.4MB | 4373ms | 0ms | chpl 1.29.0 |
zig | 1.zig | 4577ms | 0.7ms | 1.1MB | 4567ms | 0ms | zig 0.11.0-dev.1480+f68d3c63d |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
zig | 2-m.zig | 276ms | 0.9ms | 1.1MB | 500ms | 0ms | zig 0.11.0-dev.1480+f68d3c63d |
zig | 2.zig | 517ms | 0.4ms | 1.1MB | 507ms | 0ms | zig 0.11.0-dev.1480+f68d3c63d |
chapel | 1-m.chpl | 583ms | 1.8ms | 32.7MB | 1113ms | 3ms | chpl 1.29.0 |
chapel | 1.chpl | 1114ms | 2.0ms | 32.3MB | 1100ms | 7ms | chpl 1.29.0 |
zig | 1.zig | 1148ms | 0.7ms | 1.1MB | 1137ms | 0ms | zig 0.11.0-dev.1480+f68d3c63d |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
zig | 2-m.zig | 84ms | 12ms | 1.2MB | 127ms | 0ms | zig 0.11.0-dev.1480+f68d3c63d |
zig | 2.zig | 131ms | 0.3ms | 1.0MB | 120ms | 0ms | zig 0.11.0-dev.1480+f68d3c63d |
chapel | 1-m.chpl | 166ms | 1.9ms | 32.3MB | 287ms | 3ms | chpl 1.29.0 |
zig | 1.zig | 291ms | 1.6ms | 1.1MB | 280ms | 0ms | zig 0.11.0-dev.1480+f68d3c63d |
chapel | 1.chpl | 296ms | 2.0ms | 32.3MB | 287ms | 3ms | chpl 1.29.0 |