Current benchmark data was generated on Sat Nov 16 2024, 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 | 120ms | 0.7ms | 10.2MB | 110ms | 3ms | go 1.23.3 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.go | 36ms | 0.8ms | 8.2MB | 30ms | 0ms | go 1.23.3 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
3-m.go | 127ms | 1.8ms | 5.4MB | 400ms | 3ms | go 1.23.3 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
3-m.go | 18ms | 0.1ms | 5.4MB | 37ms | 0ms | go 1.23.3 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1-http2.go | 109ms | 2.4ms | 57.5MB | 300ms | 73ms | go 1.23.3 |
1-m.go | 478ms | 56ms | 174.5MB | 643ms | 653ms | go 1.23.3 |
2-m.go | 485ms | 29ms | 172.5MB | 660ms | 647ms | go 1.23.3 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1-http2.go | 22ms | 12ms | 22.7MB | 45ms | 25ms | go 1.23.3 |
2-m.go | 98ms | 17ms | 40.5MB | 73ms | 113ms | go 1.23.3 |
1-m.go | 128ms | 4.8ms | 38.2MB | 83ms | 137ms | go 1.23.3 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
7-m.go | 789ms | 4.1ms | 41.6MB | 2813ms | 27ms | go 1.23.3 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
7-m.go | 143ms | 5.6ms | 29.1MB | 367ms | 37ms | go 1.23.3 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
3.go | 131ms | 3.4ms | 3.4MB | 123ms | 0ms | go 1.23.3 |
3.go | 133ms | 2.8ms | 0.3MB | 123ms | 0ms | tinygo 0.34.0 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
8.go | 1125ms | 7.4ms | 8.4MB | 1110ms | 3ms | go 1.23.3 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
8.go | 270ms | 2.8ms | 8.4MB | 253ms | 3ms | go 1.23.3 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
0-ffi.go | 141ms | 0.6ms | 11.5MB | 133ms | 0ms | go 1.23.3 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
0-ffi.go | 46ms | 0.7ms | 11.9MB | 40ms | 0ms | go 1.23.3 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
4-m.go | 1890ms | 3.1ms | 5.5MB | 7367ms | 0ms | go 1.23.3 |
1.go | 3654ms | 21ms | 5.5MB | 3643ms | 3ms | go 1.23.3 |
1.go | timeout | 0.0ms | 2.3MB | 4990ms | 0ms | tinygo 0.34.0 |