Posted on Mar 9, 2009 by
Quick Dog
Describe the feature/change.
Clojure code routes key lookups through clojure.lang.Util.equiv()/equals(), which do an identity check.
Using the collections from outside Clojure may to more expensive comparisons even on identical objects, so each collection should also do an identity check.
Was this discussed on the group? If so, please provide a link to the discussion:
Status: New
Labels:
Type-Enhancement
Priority-Low