Telegram Web
Than McIntosh from #golang team shared shortlink to Go ABI spec go.dev/s/regabi

Found in umbrella issue about runtime https://github.com/golang/go/issues/43930 (please, don't add any comments, everything will be deleted as a spam)
In #golang 1.19 'hash/maphash' package will have Bytes and String funcs for very small inputs, which is much faster than h.Reset+h.Write+h.Sum64 pipeline due to memcopy.

https://github.com/golang/go/commit/9e16cc1541d42cb081d359339e3f45b4b9b2a372

BTW hash algo is wyhash, so it is fast in most cases (see: runwww.tgoop.com/hash64.go)
๐Ÿ‡บ๐Ÿ‡ฆ Go performance channel
#golang Developer Survey 2021 Results https://go.dev/blog/survey2021-results
Hi, gophers.

After yesterday's tweet about #golang dev survey results, I think it's a good time to make an open, friendly and easy to access go-perf community thankfully to @github discussions ๐Ÿ’•

https://github.com/go-perf/go-perf

I hope that in 1y this will not be a problematic topic ๐Ÿ˜‰
2025/07/13 22:18:34
Back to Top
HTML Embed Code: