On Sat, Jan 22, 2011 at 5:36 PM, Mark Engelberg <[email protected]> wrote: > On Sat, Jan 22, 2011 at 2:29 PM, Chouser <[email protected]> wrote: >> Clojure's sorted collections are binary trees thus log2, not log32 >> like the hashed collections. > > Good point. My mistake.
That makes it up to a constant factor of 32 slower if there's a REAL huge amount of stuff at the (currently) most urgent priority. Still damned good compared to the version I posted this morning. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
