Current benchmark data was generated on Thu May 01 2025, 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.)
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.go | 117ms | 2.3ms | 8.6MB | 110ms | 0ms | go 1.24.2 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.go | 35ms | 0.5ms | 8.2MB | 30ms | 0ms | go 1.24.2 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
3-m.go | 118ms | 1.3ms | 6.8MB | 380ms | 0ms | go 1.24.2 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
3-m.go | 17ms | 1.1ms | 7.5MB | 30ms | 0ms | go 1.24.2 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1-http2.go | 123ms | 1.8ms | 54.0MB | 340ms | 87ms | go 1.24.2 |
2-m.go | 433ms | 3.3ms | 167.6MB | 683ms | 717ms | go 1.24.2 |
1-m.go | 458ms | 59ms | 176.0MB | 783ms | 747ms | go 1.24.2 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1-http2.go | 30ms | 2.2ms | 25.4MB | 60ms | 20ms | go 1.24.2 |
2-m.go | 72ms | 2.7ms | 38.3MB | 93ms | 110ms | go 1.24.2 |
1-m.go | 81ms | 8.9ms | 36.6MB | 117ms | 117ms | go 1.24.2 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
7-m.go | 674ms | 2.1ms | 41.7MB | 2390ms | 20ms | go 1.24.2 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
7-m.go | 132ms | 1.0ms | 23.6MB | 343ms | 30ms | go 1.24.2 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
3.go | 119ms | 3.6ms | 3.5MB | 110ms | 0ms | go 1.24.2 |
3.go | 134ms | 4.5ms | 0.5MB | 127ms | 0ms | tinygo 0.37.0 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
8.go | 1118ms | 6.9ms | 8.7MB | 1103ms | 3ms | go 1.24.2 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
8.go | 271ms | 2.4ms | 8.6MB | 260ms | 0ms | go 1.24.2 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
0-ffi.go | 90ms | 0.7ms | 5.2MB | 83ms | 0ms | go 1.24.2 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
0-ffi.go | 25ms | 0.2ms | 5.2MB | 17ms | 0ms | go 1.24.2 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
4-m.go | 1913ms | 15ms | 5.5MB | 7410ms | 3ms | go 1.24.2 |
1.go | 3658ms | 17ms | 5.6MB | 3650ms | 0ms | go 1.24.2 |
1.go | timeout | 0.0ms | 0.5MB | 4990ms | 0ms | tinygo 0.37.0 |