On Fri, Jan 25, 2013 at 11:54 PM, Christophe Grand <[email protected]>wrote:
> Hi Mark, > > The hasheq chaching patch got applied between beta1 and beta2 so it's not > in alpha5. > Thanks. I tried the new release candidate, and the caching is definitely working, but the issues I raised still remain. Specifically, equality does not yet take advantage of that cached hash value. > The answer to your problem is to compute hahses incrementally. > I think you are right that computing hashes incrementally would solve the stack overflow problem for hashing. I don't think it would solve the stack overflow problem when comparing large structures for equality. If you are willing to put a patch together for any facet of this issue, I think that would be great. --Mark -- -- 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
