←back to thread

159 points mpweiher | 2 comments | | HN request time: 0.452s | source
Show context
regularfry ◴[] No.43672109[source]
This was 2016. Is it all still true? I know things will be backwards compatible, but I haven't kept track of what else has made it into the toolbox since then.
replies(5): >>43672204 #>>43672264 #>>43672270 #>>43672320 #>>43672419 #
1. mort96 ◴[] No.43672204[source]
Channels haven't really changed since then, unless there was some significant evolution between 2016 and ~2018 that I don't know about. 2025 Go code that uses channels looks very similar to 2018 Go code that uses channels.
replies(1): >>43672251 #
2. regularfry ◴[] No.43672251[source]
I'm also wondering about the internals though. There are a couple of places that GC and the hypothetical sufficiently-smart-compiler are called out in the article where you could think there might be improvements possible without breaking existing code.