Forwarded from Go
Benchmarks, profiling and code analysis there are words about quality software. Here is an article about it. I sure many of you have already know something about GoLang programs optimization, but may be someone will find here new points of it. Anyway, enjoy reading 🙂
#development #practice #memory
https://medium.com/@hackintoshrao/daily-code-optimization-using-benchmarks-and-profiling-in-golang-gophercon-india-2016-talk-874c8b4dc3c5?source=linkShare-b636419a57de-1521360367
#development #practice #memory
https://medium.com/@hackintoshrao/daily-code-optimization-using-benchmarks-and-profiling-in-golang-gophercon-india-2016-talk-874c8b4dc3c5?source=linkShare-b636419a57de-1521360367
Medium
Daily code optimization using benchmarks and profiling in Golang - Gophercon India 2016 talk
Need some help with analyzing whether algorithm A performs faster than B? Or can I know whether method A performs better than method B? Or…