I drank the Go kool-aid, then tried to do some high performance things the Go way: didn't work (channels are slow) and I got over it. Still think Go is great for web backends and the like with production grade stdlib.
Great post with details, not a I'm vibe coding...
> tried to do some high performance things the Go way: didn't work (channels are slow) and I got over it.
What did you choose instead?