Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Go is not less wasteful than java, both are garbage collected and their memory pressure depend highly on the given workload, and the runtime of the program. But java allow more GC tuning and even different GCs for different use cases (ie: shenadoah and ZGC favor very low latency workloads, while the default G1GC favors throughout (not that simple, but you get the point))

Regardless, Java/Go tier of performance is good enough for this kind of thing.



I was referring to Ruby/Python when I said 100x wasteful languages.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: