Re: Mars Rover Controlled By Java
Bjorn-Ove.Heimsund_at_uib.no
Date: 01/21/04
- Next message: Phyrum Tea: "Re: Java Game- Game can't find it's graphics jar file"
- Previous message: Ken Hagan: "Re: Mars Rover Controlled By Java"
- In reply to: Jan Panteltje: "Re: Mars Rover Controlled By Java"
- Next in thread: Jan C. Vorbrüggen: "Re: Mars Rover Controlled By Java"
- Reply: Jan C. Vorbrüggen: "Re: Mars Rover Controlled By Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Jan 2004 13:19:44 GMT
In comp.arch Jan Panteltje <pNaonStpealmtje@yahoo.com> wrote:
> Java is the worst thing that could happen to computing since the
> invention of the chuwing gum hard disk.
> It is slow, slow, slow, slow, SLOW, and not to mention slow.
> And on top of that it is slow.
I think most people have that impression either by playing with Java 1.0
(or listening to those who have), or by using Swing applications.
Newer Java versions and graphical applications using ie. SWT perform
the same as native C/Fortran applications. In fact, the new Hotspot
optimizer in 1.4 is quite good at numerical codes too. For some large
scale computations, my Java codes perform identical to Fortran codes,
with the added benefits of readability and maintainability, not to
mention trivial cross-platform deployment (from my desktop to the local
supercomputer, with excellent scalability).
I might add that Java w/Hotspot quite often outperforms vanilla C
codes, it's only when adding lots of optimization flags to the compiler
that the performance gap closes.
-- Bjørn-Ove Heimsund Centre for Integrated Petroleum Research University of Bergen, Norway
- Next message: Phyrum Tea: "Re: Java Game- Game can't find it's graphics jar file"
- Previous message: Ken Hagan: "Re: Mars Rover Controlled By Java"
- In reply to: Jan Panteltje: "Re: Mars Rover Controlled By Java"
- Next in thread: Jan C. Vorbrüggen: "Re: Mars Rover Controlled By Java"
- Reply: Jan C. Vorbrüggen: "Re: Mars Rover Controlled By Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|