Hacker News new | ask | show | jobs
by gkedzierski 1087 days ago
I think there’s a way to disable GC in Go too, no?
1 comments

Yep, you can with GOGC=off but then I would have to learn about how to generate less garbage in Go for long running processes. Which is good knowledge even for non-trading applications. I just didn't have the energy and time to try it.