Hi everyone,

There are situations where I want to dispatch functions using based on 
their certain properties. I can also use case statements instead but it 
looks more coupled and more change is required if I want to add new types. 

What I want to ask is if I need to avoid using multi-methods for 
performance reasons? I read somewhere that they are not really fast but the 
posts were old and the performance might have been improved in between. 
Should I favor case and cond branches instead of defmulti when I need 
performance? 

Thanks for your help!!!

Regards.

Timur

-- 
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