I think I just answered my own question... user=> (time (dotimes [n 20000] (s-blank? "asdf"))) "Elapsed time: 2481.018 msecs" nil user=> (time (dotimes [n 20000] (blank? "asdf"))) "Elapsed time: 14.347 msecs" nil user=>
Quite a difference I have to say. Thomas -- 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
