On Mar 7, 2009, at 8:30 PM, Mark Engelberg wrote:

But if the key is a long list, wouldn't it have to traverse the list
just to come up with the hash code for that list?

Yes, but only once. Since Clojure lists are immutable, their hash code is calculated once and cached and the cache will never become invalid.

--Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to