Was on clojure 1.4, just tried on 1.5.0-RC4 and its a few hundred miliseconds faster in its own function.
4921.78197 msecs vs 5251.267893 msecs On Sunday, February 3, 2013 11:52:11 AM UTC-6, Curtis Gagliardi wrote: > > >>For some reason, by splitting out the inner loop into a function > >>shaved 6 more seconds (from 34s to 28s) on my low-config 32-bit > >>laptop: > > Pulling every-d? out into it's own function slowed things down a few > seconds for me. Strange stuff. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
