Jakub Wosyka

Results 2 issues of Jakub Wosyka

Hi there, please consider following: ``` type Mode uint8 const ( Reserved Mode = iota Foo Bar ) ``` ``` func (m Mode) String() string { switch m { case...

Hi, here is some feedback for you to get results on different architecture Ubuntu 22.04 AMD Ryzen Threadripper 3960X 128 GB RAM Simple ``` ~/go/pkg/mod/github.com/alphadose/[email protected]$ go run benchmarks/simple/main.go With Input...