I haven't read the paper, but Clojure's PersistentVector doesn't really
have a concatenate operation. The `concat` function creates a lazy
sequence. The closest to vector concatenation is probably `into`, which is
implemented in terms of `reduce`.
-S
--
You received this message because you a
Dear all,
After reading this:
http://infoscience.epfl.ch/record/169879/files/RMTrees.pdf
I was wondering what was the current performance characteristics of
the different ways to
concatenate arrays in clojure?
Best regards,
Nicolas.
--
You received this message because you are subscribed to