Technology of all kinds (phones, computers, etc)
Apr 27th, 2024, 2:18 pm
Go Optimizations 101 (Go 101) by Tapir Liu
Requirements: .ePUB reader, 228 KB
Overview: This book provides some code performance optimization tricks, tips, and suggestions. Most of the contents in this book are made based on the official standard Go compiler and runtime implementation.

Life is full of trade-offs, the programming world is, too. In programming, we often need to make trade-offs between code readability, maintainability, development efficiency, and program efficiency, etc. Even for one of the aspects, there are also trade-offs needing to be made. Taking program efficiency for an example, we might need to make trade-offs between memory saving, code execution speed, and implementation difficulty, etc.

In practice, most parts of the code base of a project don't need to be implemented with high performances. Keeping them maintainable and readable is often more important (than making them memory saving and run very fast). The suggestions made in this book are just for the code parts which implementations really need to be high performant. Some of the suggestions often causes more verbose code. And please note that some of the suggested implementation might only be performant at some certain scenarios, and might be not at others.
Genre: Non-Fiction > Tech & Devices

Image

Download Instructions:
https://send.cm/d/14NwY

https://upfiles.com/opafTR
https://down.mdiaload.com/3o7heq6ffs6u

Trouble downloading? Read This.
Apr 27th, 2024, 2:18 pm