logoalt Hacker News

karmakazeyesterday at 4:45 PM1 replyview on HN

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...


Replies

benterixyesterday at 5:08 PM

> 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?