[go-nuts] Re: Short Variable Declarations Are Oversold

2023-04-22 Thread peter so
I disagree. I don't have your problem. Most (just about all) Go code I read uses short variable declarations. There are several popular assistive technologies that you should try. For example, Visual Studio Code https://code.visualstudio.com/ GoLand https://www.jetbrains.com/go/ peter

[go-nuts] Re: Strange benchmark results

2021-05-15 Thread peter so
For your sliceinsert microbenchmarks, you don't provide the Go version, you don't provide memory allocation statistics, and you only provide results for a single data point. My results for several values of N: https://play.golang.org/p/WuKmIy_jY20 There are significant differences in CPU perfo