in reply to Re: A short meditation about hash search performance
in thread A short meditation about hash search performance
but there are ways around that.... You can rehash ... or you can use binary trees instead of lists
You can also use a secondary hashing function within the buckets.
|
|---|