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.zig | 423ms | 3.7ms | 6.0MB | 413ms | 0ms | zig 0.11.0-dev.1480+f68d3c63d |
zig | 1.zig | 624ms | 18ms | 40.2MB | 600ms | 10ms | zig 0.11.0-dev.1480+f68d3c63d |
codon | 1.py | 873ms | 79ms | 48.3MB | 850ms | 3ms | codon 0.15.4 |
codon | 2.py | 1003ms | 24ms | 106.7MB | 977ms | 13ms | codon 0.15.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
zig | 2.zig | 95ms | 0.1ms | 2.2MB | 80ms | 0ms | zig 0.11.0-dev.1480+f68d3c63d |
zig | 1.zig | 117ms | 3.5ms | 10.9MB | 103ms | 0ms | zig 0.11.0-dev.1480+f68d3c63d |
codon | 1.py | 150ms | 0.2ms | 15.1MB | 133ms | 3ms | codon 0.15.4 |
codon | 2.py | 185ms | 3.8ms | 23.9MB | 173ms | 3ms | codon 0.15.4 |