Fork me on GitHub
#beginners
<
2016-07-24
>
magoeke11:07:02

Thanks @akiva and @donaldball for your replies. I will try both suggested solutions.

krchia20:07:32

i’m trying to optimize a function and i realize that i don’t know the cost of clojure functions

krchia20:07:50

can anyone direct me as to where i can learn how expensive operations like map, apply, into are?

krchia20:07:30

(even if optimization is not the right way here, my curiosity has been piqued anyway and i’ll like an answer just to that question)

Alex Miller (Clojure team)21:07:47

Most sequence ops are linear time because they traverse the seq