Hacker News new | ask | show | jobs
by imtringued 2169 days ago
With Java you only need to throw more RAM at the server. The performance is perfectly acceptable compared to something like Python or Ruby. You can always squeeze out more performance with Rust but the primary benefit is the lack of a GC.
1 comments

I don't understand your last sentence. What benefits does lack of a GC have other than more performance?