Coming from Python + pandas data wrangling, I am just beginning to learn to use asyncio, httpx, etc. Mind blown.

I gather this Asynchronous stuff is what makes Golang so performant?

Reply to this note

Please Login to reply.

Discussion

And easy concurrency. It also compiles to machine code so its generally good with performance. It’s a well thought out for a language that does garbage collection.

Ahhh got it. Compiling to machine code is why it’s often mentioned with Rust