Export to GitHub

clojure - issue #92

Check for key identity in collections


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:

http://groups.google.com/group/clojure/msg/6a2e491fcf564a68

Status: New

Labels:
Type-Enhancement Priority-Low