Hi,

On 24 Nov., 11:35, Andreas Kostler <andreas.koestler.le...@gmail.com>
wrote:

> Where's the flaw in my thinking there?

This is what (concat ...) does. However, a vector promises O(log32 N)
random access, which you can't if you don't add elements of the second
argument into the vector structure. Then you can only promis O(n) for
random access.

Hope this helps.

Sincerely
Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to