🇺🇦 Go performance channel @go_perf Channel on Telegram

🇺🇦 Go performance channel

@go_perf


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)

🇺🇦 Go performance channel (English)

Are you a gopher looking to enhance your knowledge and skills in Go performance, runtime, and concurrency? Look no further than the Go performance channel! This channel is dedicated to providing talks, blog posts, and open source projects specifically tailored for gophers like you.nnRun by @olegkovalov, this channel is not affiliated with the official Go team, but it offers valuable insights and resources to help you optimize your Go programs and applications. Whether you are a beginner or an experienced developer, you will find useful and relevant content to improve your Go programming skills.nnStay up to date with the latest trends, best practices, and tools in the world of Go performance by joining the Go performance channel today. Don't miss out on this opportunity to connect with like-minded gophers and take your Go programming to the next level!nnFor more information, visit https://go-perf.dev or reach out via email at [email protected].

🇺🇦 Go performance channel

13 Nov, 11:09


Go Turns 15

https://go.dev/blog/15years

#golang

🇺🇦 Go performance channel

09 Nov, 08:11


https://github.com/golang/go/discussions/70257

🇺🇦 Go performance channel

06 Nov, 14:14


> Swissmaps is enabled by default 🎉Michael Pratt: There will be followup optimizations. Make use of compiler intrinsics.

#golang 1.24 gonna be awesome

From https://github.com/golang/go/issues/43930#issuecomment-2458068992

🇺🇦 Go performance channel

02 Oct, 08:45


🎉 Go 1.23.2 and 1.22.8 are released!

🗣 Announcement: https://groups.google.com/g/golang-announce/c/NKEc8VT7Fz0

⬇️ Download: https://go.dev/dl/#go1.23.2

#golang

🇺🇦 Go performance channel

26 Sep, 07:36


Register allocation in the #golang compiler

https://developers.redhat.com/articles/2024/09/24/go-compiler-register-allocation#go_s_register_allocator__a_high_level_view

🇺🇦 Go performance channel

19 Sep, 19:25


Share your feedback about developing with Go
https://go.dev/blog/survey2024-h2

#golang

🇺🇦 Go performance channel

19 Sep, 11:00


Interning in #golang https://medium.com/google-cloud/interning-in-go-4319ea635002

🇺🇦 Go performance channel

28 Aug, 08:46


New unique package https://go.dev/blog/unique #golang by @mknyswe

🇺🇦 Go performance channel

13 Aug, 19:46


Go 1.23 is released — go.dev/blog/go1.23

#golang

🇺🇦 Go performance channel

03 Aug, 07:06


Reduce allocations and comparison performance with the new unique package in Go 1.23

https://josephwoodward.co.uk/2024/08/performance-improvements-unique-package-go-1-23 #golang

🇺🇦 Go performance channel

26 Jul, 11:35


Simple event broker tries Tiger Style #golang CC @TigerBeetleDB

https://blog.vbang.dk/2024/07/10/seb-tiger-style/

🇺🇦 Go performance channel

02 Jul, 21:02


🎉 Go 1.22.5 and 1.21.12 are released!

🔐 Security: Includes security fix for net/http

🗣 Announcement: https://groups.google.com/g/golang-announce/c/gyb7aM1C9H4

⬇️ Download: https://go.dev/dl/#go1.22.5

#golang

🇺🇦 Go performance channel

30 Jun, 10:57


XML Tokenizer that's 4x faster than stdlib's XML #golang

https://github.com/muktihari/xmltokenizer

🇺🇦 Go performance channel

25 Jun, 06:08


runtime: use SwissTable #golang https://go-review.googlesource.com/c/go/+/582415

🇺🇦 Go performance channel

21 Jun, 20:20


🎉 Go 1.23 Release Candidate 1 is released!

🏃‍♂️ Run it in dev! Run it in prod! File bugs! https://go.dev/issue/new

🔈 Announcement: https://groups.google.com/g/golang-announce/c/8ciOP5ve_CM

📦 Download: https://go.dev/dl/#go1.23rc1

#golang

🇺🇦 Go performance channel

05 Jun, 06:08


🎊 Go 1.22.4 and 1.21.11 are released!

🔏 Security: Includes security fixes for archive/zip and net/netip

🗣 Announcement: https://groups.google.com/g/golang-announce/c/XbxouI9gY7k

⬇️ Download: https://go.dev/dl/#go1.22.4

#golang

🇺🇦 Go performance channel

30 May, 09:34


https://blog.felixge.de/blazingly-fast-shadow-stacks-for-go/

🇺🇦 Go performance channel

21 May, 15:23


encoding/binary: add Append, Encode and Decode https://github.com/golang/go/commit/04bf36e97305197d09554739391f607afde1fd74 #golang

🇺🇦 Go performance channel

16 May, 20:26


Boost performance of #golang applications with profile guided optimization #googleio

https://www.youtube.com/watch?v=FwzE5Sdhhdw

🇺🇦 Go performance channel

15 May, 09:46


Reclaiming CPU for free with #golang Profile Guided Optimization #pgo

https://blog.cloudflare.com/reclaiming-cpu-for-free-with-pgo/