From: Tomas Puverle (Tomas.Puverle_at_[hidden])
Date: 2006-05-08 10:13:31


Ray,

with regards to resizing the hash map: You may want to look at a technique
called "Linear Hashing". It may be a nicer way to implement growth for highly
concurrent hashes.
Regards,

Tom