I'm not an expert on the topic, but the threadring example has some suspicious ^Integer hints on values that were integers in 1.2 and are longs in 1.3 (ie, they were created from numeric literals). The hints don't seem to be actually being used, so I don't think this has an impact, but perhaps mentioning it will help someone else find the problem.
On Oct 18, 9:44 am, Isaac Gouy <igo...@yahoo.com> wrote: > thread-ring Clojure 1.2 > N=500000 1.8 secs > N=5000000 7.1 secs > N=50000000 58.3 secs > > thread-ring Clojure 1.3 > N=500000 2.8 secs > N=5000000 25.3 secs > N=50000000 >1800 secs > > http://shootout.alioth.debian.org/u64q/program.php?test=threadring&la... > > chameneos-redux Clojure 1.2 > N=500000 2.7 secs > N=5000000 11.5 secs > N=50000000 100.0 secs > > chameneos-redux Clojure 1.3 > N=500000 2.9 secs > N=5000000 18.1 secs > N=50000000 >1800 secs > > http://shootout.alioth.debian.org/u64q/program.php?test=chameneosredu... -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en