Java 1.6.0_07 for Hardy vs Java 1.6.0_10 for Ibex. However, with this newer package, the Java program is now more than 13x faster than my Clojure program. Looks like I got a lot of work ahead of me.
Vincent. On Mar 16, 9:31 pm, Jeffrey Straszheim <[email protected]> wrote: > Are they both Java 6? I know it fixed a lot of performance issue over 5. > > On Mon, Mar 16, 2009 at 9:22 PM, Vincent Foley <[email protected]> wrote: > > > I found that the problem is caused by the version of Sun's JVM on > > Ubunty Hardy Heron. On my Ibex machine at home, the first two lines > > (Object.wait and ReferenceQueue.remove) are not even there and the > > costliest method if AtomicInteger.get. > > > Vincent. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
