[plt-scheme] Hash Table implementation

From: David Einstein (deinst at gmail.com)
Date: Sat Aug 4 11:17:56 EDT 2007

Thanks. It is surprising that I did not happen accross the problem
with hashing cons cells in earlier Project Euler problems.

On 8/4/07, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> At Fri, 3 Aug 2007 13:01:44 -0600, Matthew Flatt wrote:
> > there seems to be an issue with the hashing
> > function for rationals.
>
> In SVN, I've fixed the disastrously bad hashing of rationals. Hashing
> for cons cells could be equally bad, and that's fixed in the same
> general way. Finally, the hashing of strings and byte strings is now
> slightly better, I think.
>
> Matthew
>
>


Posted on the users mailing list.