An open API service indexing awesome lists of open source software.

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

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)