[plt-scheme] (fast) reading of data files into a hash-table - how?
On 12/31/05, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> As I tried to answer later parts of this thread, I started to wonder
> how hashing a mere 14000 keys could be the bottleneck.
> The answer is that `equal-hash-code' was broken for symbols. It always
> returned the same number.
> This is now fixed in SVN. Hashing 14000 lists of 6 randomly generated
Great, thanks!
How can I get the fixed version? Can it be done without needing to
compile anything?
Yoav