The hash tables components in util.c as used by Str2ID are too small. They are a chain
of tables of size 107.
Starting up Kona results in 34 extra tables being created. Continuing on to
HotJava brings the total up to 47. This is a mightly linear search for
something that's supposed to serve as a hash table.
[a 7 May 96]
of tables of size 107.
Starting up Kona results in 34 extra tables being created. Continuing on to
HotJava brings the total up to 47. This is a mightly linear search for
something that's supposed to serve as a hash table.
[a 7 May 96]