Golang Resources
My collection of resources on Golang. Everything from its inner workings to cool 3rd party libraries.
Golang Resources
Internals
- Article: Value Copy Costs by Go 101
- Article: Go Data Structures: Interfaces by Russ Cox (slightly outdated)
- The optimization when the value fits in the data slot got eliminated in Go 1.4
- Article: SwissMap: A smaller, faster Golang Hash Table by DoltHub
- Article: Enhancing Go Struct Efficiency by Coding Explorations
Usage
- Article: Pointers in Go by Go 101
- Article: Unsafe Pointers by Go 101
- Article: Interfaces in Go by Go 101
Third party stuff
- Framework: Wails Electron alternative for making desktop apps with web technologies
- Framework: PocketBase Open source backend with an SQLITE database and an admin panel
This post is licensed under
CC BY 4.0
by the author.