T
Size: a a a
T
ST
(->> "*"
(iterate #(do (println %) (str % " *")))
(take 10000))
T
ST
;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
(do (->> (iterate #(.concat "* " %) "* ")
(transduce (comp (take 10000) (map identity))
(constantly nil)))
nil)
;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
)
Evaluation count : 36 in 6 samples of 6 calls.
Execution time mean : 22,738130 ms
ST
ST
;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
(do (->> (iterate #(.concat "* " %) "* ")
(transduce (comp (take 10000) (map identity))
(constantly nil)))
nil)
;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
)
Evaluation count : 36 in 6 samples of 6 calls.
Execution time mean : 22,738130 ms
(do (->> (iterate #(.concat ^String % "* ") "* ")
(transduce (comp (take 10000) (map identity))
(constantly nil)))
nil)
ST
(do (->> (iterate #(.concat ^String % "* ") "* ")
(transduce (comp (take 10000) (map identity))
(constantly nil)))
nil)
T
(do (->> (iterate #(.concat ^String % "* ") "* ")
(transduce (comp (take 10000) (map identity))
(constantly nil)))
nil)
T
T
ST
T
ST
T
ST
ST
ST
ST
ST