logoalt Hacker News

zadikianyesterday at 10:48 PM3 repliesview on HN

Yeah but I do like not having to give Go several flags to do something reasonable with its memory


Replies

gf000yesterday at 11:17 PM

The "reasonable" thing go does is pausing core threads doing the actual work of your program, if it feels they create too much garbage so it can keep up, severely limiting throughput.

show 1 reply
vips7Ltoday at 5:41 AM

You don’t have to do that with Java either.

oblioyesterday at 11:00 PM

That's a very shallow argument.

show 1 reply