๐Ÿ‡บ๐Ÿ‡ฆ Go performance channel
1.5K subscribers
39 photos
400 links
Go performance, runtime, concurrency.

Talks, blogposts and open source projects for gophers.

Not affiliated with Go team.

https://go-perf.dev

(mail: [email protected] / @olegkovalov)
Download Telegram
Neat #golang trick how to pack multiple slice allocations into one (or less than in a naive way), thanks to twitter.com/tvii for showing this!

https://vladimir.varank.in/notes/2019/09/go-http-headers/

(slices are amazing)
Cool stuff: buffer pool in #golang based on databases.

Also a neat part: CLOCK Replacement algorithm (read as better LRU, LFU policy)(however better can be argued :)

Thank you twitter.com/brunocalza !

https://brunocalza.me/how-buffer-pool-works-an-implementation-in-go/