Re: Performance comparison of Java (and .NET) runtimes

2004-10-19 Thread Matt Avery
Thank you! I know it is time consuming to run all these benchmarks and objectively publish the results. I desperately wanted to know how the JDK 5.0 compared to other VMs as well, but I simply didn't have the time to run all these benchmarks myself. Thanks again! [EMAIL PROTECTED] wrote: I ha

Re: Performance evaluation of JIT compilers

2000-09-28 Thread Ganesh Sivaraman
Hi, Have you done any performance test for any Java graphical applications for Linux. What I am interested is to find out the performance of Linux with X and Linux without X. So is there any performance software that can be used for this. This means that the progs should be in Java. I have tried

Re: performance

1999-10-19 Thread Ted Neward
No--don't do that. DON'T convince yourself that you need to avoid using a particular language feature "because of its impact on performance". Use the language feature, profile the app, THEN worry about performance. There are dozens of things you can do to better improve app speed (including

Re: Performance issues, TYA

1999-03-31 Thread Albrecht Kleine
> Hi, > > Has anybody run any benchmarks comparing jdk117 with tya vs jdk1.2 with > sunwjit? > My runs so far (console applications with timing), indicate that > ***jdk1.1.7+tya1.2 is at least two times faster than jdk1.2-pre1!!!*** > This behavior is for computationally intensive procedures, I d

Re: Performance

1999-01-14 Thread nmeyers
Helge Hielscher wrote: > > I just wondered why my JAVA Programm runs so slow. xosview display > seldom more than 60% cpu load and a load of max. 0.2 and the Database > Server I use is also on low load 0.1, cpu<40%. > How can I increase the speed? TYA 1.2 doesnt work (problem with > JEditorPane).