go-perfbook icon indicating copy to clipboard operation
go-perfbook copied to clipboard

Thoughts on Go performance optimization

Results 9 go-perfbook issues
Sort by recently updated
recently updated
newest added

https://tip.golang.org/doc/gc-guide

go-perfbook already explains how reducing heap allocations is a way to speed up execution and reduce GC delays, etc. I noticed, through example code from another developer, that it is...

#66 ## TODO list 1. [x] Translate first section

I would like to help translate it into traditional Chinese version

I was very impressed with this document and Chinese "[Come on](https://github.com/dgryski/go-perfbook/pull/9)". So do I. Maybe it takes time so that this PR is now [WIP]. I'll work on this branch...

https://play.golang.org/p/6tnySwNxG6O ![image](https://user-images.githubusercontent.com/88981/88245752-ec693780-ccca-11ea-8758-6a9f10d026ab.png)

Hi! I'm interested in beginning translating the project into Spanish as well and I was wondering if I could start pull requests of the files. Many thanks in advance!

I’d like to begin translating this docs to korean. I’ll send a PR when done :) Thanks.