Hacker News new | ask | show | jobs
by suyash 1541 days ago
Netflix runs Java heavily on the backend to scale their platform. Twitter ditched Ruby on Rails and moved to JVM (Sala) for the same reasons. Any benchmark comparison for programming language performs will show Java beating Ruby on Rails, Python etc by huge margin.
2 comments

Also, isn't Netflix actually using Python instead of Rails?

https://netflixtechblog.com/python-at-netflix-bba45dae649e

The main thing Java beats other langs in by a huge margin is memory consumption.
Which isn't a little advantage!