rust-lang / rust-marketing

Rust marketing handbook
MIT License
38 stars 12 forks source link

Comparisons: Add Java #10

Closed joshtriplett closed 6 years ago

joshtriplett commented 6 years ago

Still incredibly popular for some applications, including large-scale servers. Need to get some experts in this area to help make the comparison.

davidbarsky commented 6 years ago

Some brief, unedited thoughts as a person who works with large Java deployments/servers:

(Sorry for not editing this better, figured that some experience report is better than none.)

scottmcm commented 6 years ago

To pile onto what @davidbarsky said, I've seen the same doing services in C#: the GC is the most complex, least safe, and poorest-understood part of our services. And we hit a bug in the GC a while ago, which was an incredibly awkward thing to track down and work around.