Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It makes a big difference if all your function signatures in a Go program take a string parameter or a []byte parameter, or if they take some other expensive type by value. Refactoring this later can be close to impossible. I would say rather than micro-optimizations these are the choices that must be made correctly in the early phases of development to avoid having an unfixable performance problem later.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: