Current benchmark data was generated on Fri Aug 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 | 118ms | 0.3ms | 10.5MB | 110ms | 0ms | go 1.24.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.go | 33ms | 0.4ms | 8.2MB | 23ms | 0ms | go 1.24.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
3-m.go | 118ms | 1.0ms | 7.5MB | 380ms | 0ms | go 1.24.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
3-m.go | 17ms | 1.0ms | 7.5MB | 30ms | 0ms | go 1.24.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1-http2.go | 119ms | 2.9ms | 56.1MB | 333ms | 80ms | go 1.24.5 |
1-m.go | 378ms | 12ms | 172.9MB | 707ms | 580ms | go 1.24.5 |
2-m.go | 401ms | 6.5ms | 170.4MB | 683ms | 660ms | go 1.24.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1-http2.go | 22ms | 13ms | 23.8MB | 65ms | 20ms | go 1.24.5 |
2-m.go | 24ms | 27ms | 26.6MB | 70ms | 90ms | go 1.24.5 |
1-m.go | 70ms | 2.8ms | 36.9MB | 90ms | 100ms | go 1.24.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
7-m.go | 676ms | 5.9ms | 39.5MB | 2397ms | 27ms | go 1.24.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
7-m.go | 131ms | 0.3ms | 24.5MB | 350ms | 20ms | go 1.24.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
3.go | 119ms | 1.2ms | 3.5MB | 110ms | 0ms | go 1.24.5 |
3.go | 134ms | 2.9ms | 0.4MB | 127ms | 0ms | tinygo 0.38.0 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
8.go | 1120ms | 3.1ms | 10.7MB | 1103ms | 7ms | go 1.24.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
8.go | 268ms | 3.1ms | 8.6MB | 257ms | 0ms | go 1.24.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
0-ffi.go | 91ms | 1.7ms | 5.2MB | 83ms | 0ms | go 1.24.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
0-ffi.go | 25ms | 0.2ms | 5.2MB | 20ms | 0ms | go 1.24.5 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
4-m.go | 1906ms | 16ms | 5.4MB | 7413ms | 3ms | go 1.24.5 |
1.go | 3693ms | 15ms | 5.6MB | 3690ms | 0ms | go 1.24.5 |
1.go | timeout | 0.0ms | 0.5MB | 4990ms | 0ms | tinygo 0.38.0 |