salmanahmad / silo

The Silo Programming Language
0 stars 0 forks source link

Implement efficient vector concat #85

Closed salmanahmad closed 10 years ago

salmanahmad commented 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!

salmanahmad commented 10 years ago

Implemented in 751719433f470aad42730a31d3110e93161e1ee7.