On Tue, Nov 16, 2010 at 10:18 PM, Sunil S Nandihalli <[email protected]> wrote: > Thanks Christopher Grand. I really like your scaffold .. would be extremely > handy .. Like david suggested .. it would be a perfect candidate for > inclusion in the clojure.repl > Regarding your bimap implementation, in terms of complexity, I feel, it will > be linear in the number of elements, when accessing the pair via the value > .. Is that true?
Doesn't look like it. The implementation posted seems to use two Clojure maps. -- 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
