Hacker News new | ask | show | jobs
by flipp3r 2851 days ago
It's not, but this is a thing people have said since the early days of Java which is still going around the internet. I personally use Java every day and have yet to hear someone complain about the speed of our backends.

The Techempower benchmarks are a great "real world" example IMO: https://www.techempower.com/benchmarks/#section=data-r16&hw=...

1 comments

>It's not, but this is a thing people have said since the early days of Java which is still going around the internet. I personally use Java every day and have yet to hear someone complain about the speed of our backends.

That's because for backends it doesn't matter. The DB layer or network will hide any slowdown anyway.

But for Desktop apps the latency due to GUI overhead and GC pauses can be from mildly annoying to unbearable.

Sorry, but backends speed does matter. Not every backend is DB connection limited. Faster elasticsearch/solr/lucene etc... is very welcome.