Comments on: Is Java slower than C? (and does it matter?) https://grey-panther.net/2009/05/is-java-slower-than-c-and-does-it-matter.html Just another WordPress site Fri, 08 May 2009 06:14:38 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Cd-MaN https://grey-panther.net/2009/05/is-java-slower-than-c-and-does-it-matter.html#comment-401 Fri, 08 May 2009 06:14:38 +0000 https://grey-panther.net/?p=304#comment-401 @Anonymous: you didn’t triple post (or at least it doesn’t seem that way from my comment moderation side). Sorry for moderating the comments, but it is just a spam prevention measure.

From a speed point of view: there are many aspects of it (for example: the average speed of a long running application, the startup speed of the application – which again can be subdivided in multiple cases – like the first time the splashscreen shows up, or until GUI becomes usable. Then we have the whole latency vs. throughput problem).

My end-point I wanted to make is that there are many ways to skin a cat (what a horrible metaphor btw!) and comparison like “X is N times faster than Y” are mostly academic. The right way (IMHO) is to set goals (ie. GUI delay less than 100ms) and then work towards that goal. Going beyond the goal has no benefit. If you think that the goal is not correctly set, modify it, but don’t optimize for the sake of optimization.

]]>
By: Anonymous https://grey-panther.net/2009/05/is-java-slower-than-c-and-does-it-matter.html#comment-402 Fri, 08 May 2009 06:04:00 +0000 https://grey-panther.net/?p=304#comment-402 Sorry if i actually triple posted, i didn’t get a confirmation on the first 2..

I’m anonymous, but i’m a regular reader 🙂

]]>
By: Anonymous https://grey-panther.net/2009/05/is-java-slower-than-c-and-does-it-matter.html#comment-403 Fri, 08 May 2009 06:03:52 +0000 https://grey-panther.net/?p=304#comment-403 Better than Python as in faster?
That’s completely the reverse of my own personal, non developer experience.

Python programs usually run great, stable (!!) and fast, Java apps are buggy, crash and are really slow. I suspect Java is ok because some folks like it (something works for you guys) but i never liked a Java app.

]]>