Alex Miller <a...@puredanger.com> writes:
> Sounds like you might have been running into the absence of multimethod 
> caching for the default case (http://dev.clojure.org/jira/browse/CLJ-1429), 
> which has been fixed in 1.7. 

No, I don't think; my default case was and is "throw an exception".


> Just on a side note, that repo does not change the default lein :jvm-opts, 
> which are bad for benchmarking. I recommend at least:
>
>   :jvm-opts ^:replace ["-server"]
>
> Criterium now yells at you if you haven't done this. 


I know. My use case, though, involves using Clojure through the REPL, so
I tested in that way, since this is how it runs in lein.

Phil

-- 
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
--- 
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to