this post was submitted on 21 Jun 2023
17 points (100.0% liked)

Golang

2161 readers
9 users here now

This is a community dedicated to the go programming language.

Useful Links:

Rules:

founded 1 year ago
MODERATORS
 

Go 1.21 RC released today. Some really interesting new additions. I'm pretty excited to see the map and slice package additions that contain a lot of generic methods. Will be nice not to have to maintain my own going forward.

you are viewing a single comment's thread
view the rest of the comments
[–] stoex@programming.dev 2 points 1 year ago

Love the new built-ins. Also the addition of the slice and map packages are welcome.

I’m still experimenting with PGO, but in my current projects it sadly does not lead to performance gains. Looking forward to working with the feature more in-depth though.