Golang Digest
2.52K subscribers
164 photos
1 video
190 links
Everything about Go: news, articles, tools, language changes, etc.

#go #golang #concurrency #postgres #database #db
Download Telegram
Go 1.23 Will Support Iterators!

A proposal has been accepted and approved, according to which Go will support iterators starting from version 1.23. The inclusion of iterators in the language provides the ability to iterate over streaming data, which can be critically important at times. Here's an interesting discussion on Reddit with many examples demonstrating that iterators and the capabilities they bring make up for the increased complexity of the language.

#go #proposal
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3🔥2
Green Tea 🍵 Garbage Collector

The "Green tea" garbage collector attempts to operate on memory in contiguous blocks rather than the current tri-color parallel marking algorithm that operates on individual objects without much consideration for memory location.

Link to the proposal

#go #go@digest_golang #proposal #proposal@digest_golang
2👍2🔥2