On Mon, Aug 3, 2009 at 5:39 PM, Rich Hickey<richhic...@gmail.com> wrote: > In short, the O(1) overhead is less than the cost of even a single > edit. So, e.g. into/vec/vector now use transients unconditionally if > possible.
Excellent. I'm glad to hear that the core functions will use transients so I don't have to make case-by-case decisions as to whether to rewrite with transients things that are easily expressed with those functions. (Although you didn't mention it, I assume assoc with a sequence of changes would also be something that now uses transients). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---