top | item 17827596

(no title)

flipp3r | 7 years 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=...

discuss

order

coldtea|7 years 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.

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.

jerven|7 years ago

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