go-perfbook
Performance guide
A comprehensive guide to optimizing Go code for performance
Thoughts on Go performance optimization
11k stars
382 watching
597 forks
last commit: almost 3 years ago
Linked from 1 awesome list
optimizationperformanceperformance-analysisperformance-optimization
Related projects:
Repository | Description | Stars |
---|---|---|
teh-cmc/go-internals | A comprehensive resource for understanding the inner workings of the Go programming language | 7,836 |
golang/go | A programming language designed to build simple, reliable, and efficient software | 124,564 |
pungyeon/clean-go-article | A resource for writing clean and maintainable Go code | 2,964 |
go101/go101 | A knowledge base and book series for learning Go programming | 5,559 |
campoy/go-tooling-workshop | Teaching the tools used by Go developers to improve their coding skills and performance | 2,790 |
inancgumus/learngo | A repository of thousands of Go examples and exercises to help developers learn the language by fixing and solving problems. | 18,987 |
feyeleanor/gospeed | A library of micro-benchmarks for understanding and reasoning about the performance of Go programs. | 121 |
gin-gonic/gin | A high-performance web framework written in Go, providing a fast and flexible API for building HTTP services. | 79,433 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 806 |
thoj/go-galib | A library that implements a genetic algorithm optimization tool | 200 |
golang/benchmarks | Macro-benchmarks for performance monitoring and development of the Go programming language. | 188 |
ua-nick/data-structures-and-algorithms | A collection of reusable Go implementations of common data structures and algorithms | 2,772 |
goplus/gop | A programming language designed to simplify coding and support STEM education and data science | 8,996 |
gopherjs/gopherjs | Compiles Go code to JavaScript for running in browsers | 12,785 |
luk4z7/go-concurrency-guide | A comprehensive guide to Go concurrency, covering fundamental concepts and practical examples. | 2,518 |