i've gotten more GC cache faults, so let's fix this one and for
commit83a937b768486184f39979c98a7a6c9ba61b90ef
authorbradleyhughes <bradleyhughes>
Tue, 15 Mar 2005 07:22:48 +0000 (15 07:22 +0000)
committerbradleyhughes <bradleyhughes>
Tue, 15 Mar 2005 07:22:48 +0000 (15 07:22 +0000)
tree04d7ec555de1f97f9a556d1ee8ef09b59f3acaf0
parent2811edad3ca71f2a760d6f775a4a28406406594b
i've gotten more GC cache faults, so let's fix this one and for
all... the key calculation is based on a very simply hash, so lets use
a PRNG to get better distribution... if and when a cache fault
happens, simply try again (since we'll get a new key because of the
random number generator)
lib/Pen.cc