mirror of
https://github.com/enocom/gopher-reading-list.git
synced 2026-05-15 06:06:05 -06:00
parent
0e465ec82f
commit
065b18551c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
|
|||
- [6 Tips for Using Strings in Go](https://www.calhoun.io/6-tips-for-using-strings-in-go/)
|
||||
- [Go Defer Simplified with Practical Visuals](https://blog.learngoprogramming.com/golang-defer-simplified-77d3b2b817ff)
|
||||
- [How to Use Go Interfaces](https://blog.chewxy.com/2018/03/18/golang-interfaces/)
|
||||
- [Different Ways to Initialize Go structs](https://asankov.dev/blog/2022/01/29/different-ways-to-initialize-go-structs/)
|
||||
|
||||
### Worth reading, again and again
|
||||
|
||||
|
|
@ -264,6 +263,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
|
|||
|
||||
### Performance
|
||||
|
||||
- [Common Go Patterns for Performance](https://goperf.dev/01-common-patterns/)
|
||||
- [Allocation Efficiency in High-Performance Go Services](https://segment.com/blog/allocation-efficiency-in-high-performance-go-services/)
|
||||
- [Handling 1 Million Requests per Minute with Go](http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang/)
|
||||
- [Go code refactoring : the 23x performance hunt](https://medium.com/@val_deleplace/go-code-refactoring-the-23x-performance-hunt-156746b522f7)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue