Hacker News new | ask | show | jobs
by portender 54 days ago
To me, using a programming language that lets me manage memory on a problem where it was important to me (because constraints or performance or whatever) has always been eye opening. go feels like a different thing there, but I suppose cgo can get you into the realm.
1 comments

Cgo has its own performance overhead problems, though.