Hacker News new | ask | show | jobs
by karmakaze 66 days ago
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...

1 comments

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