On Sep 23, 2:18 am, Andy Fingerhut <andy.finger...@gmail.com> wrote:
> To be very precise, (conj v new-elem) is O(log n) in time and space, but it
> is "constant-ish" because the base of the logarithm is something like 32,
> rather than something like 2, so the constant factor multiplying the log n
> is typically pretty small.
>
OK, thanks.

> Also, there is no difference in Clojure's behavior in this case whether the
> new element is different than all elements previously conj'd onto the
> vector.

Nor did I imply or suggest that it would be different.

FL
>

-- 
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