Closed salmanahmad closed 10 years ago
Make a fast function to concat two vector. To do this I almost certainly need to use closures transients and conj!. Some helpful starting points:
http://clojure.org/transients (scroll down to an example) http://clojuredocs.org/clojure_core/clojure.core/transient http://clojuredocs.org/clojure_core/clojure.core/persistent!
Implemented in 751719433f470aad42730a31d3110e93161e1ee7.
Make a fast function to concat two vector. To do this I almost certainly need to use closures transients and conj!. Some helpful starting points:
http://clojure.org/transients (scroll down to an example) http://clojuredocs.org/clojure_core/clojure.core/transient http://clojuredocs.org/clojure_core/clojure.core/persistent!