https://github.com/g4s8/gophercon-sg-2023
Presentation slides and code examples for GopherCon Singapore 2023
https://github.com/g4s8/gophercon-sg-2023
go gophercon
Last synced: about 1 year ago
JSON representation
Presentation slides and code examples for GopherCon Singapore 2023
- Host: GitHub
- URL: https://github.com/g4s8/gophercon-sg-2023
- Owner: g4s8
- License: mit
- Created: 2023-10-26T19:24:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T07:54:02.000Z (over 2 years ago)
- Last Synced: 2025-04-09T22:53:01.446Z (about 1 year ago)
- Topics: go, gophercon
- Language: Go
- Homepage: https://g4s8.github.io/gophercon-sg-2023/
- Size: 6.23 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Presentation slides and examples for GopherCon Singapore 2023.
### Go low-latency patterns
Slides: https://g4s8.github.io/gophercon-sg-2023/
Examples in this repository:
- `./interfaces` - function interface parameters
- `./mutators` - changing state
- `./returns`- returning a pointer
- `./make` - making new slice
- `./smalling` - like big.Int but small
- `./string` - converting bytes to string
Related blog posts [series](https://g4s8.wtf/series/go-low-latency/ about this topic:
- [Go low latency patterns -- interfaces, generics and inlines](https://g4s8.wtf/posts/go-low-latency-one/)
- [Go low latency patterns -- pointers](https://g4s8.wtf/posts/go-low-latency-two/)
Subscribe to get updates about next posts on this topic:
- Telegram: [@g4s8_chan](https://t.me/g4s8_chan)
- Twitter: [@kirill_che](https://twitter.com/kiryll_che)