Remix.run Logo
karmakaze 4 hours 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...

benterix 4 hours ago | parent [-]

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