Closed
Bug 730895
Opened 13 years ago
Closed 13 years ago
Use a smarter hash function everywhere
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
DUPLICATE
of bug 729940
People
(Reporter: justin.lebar+bug, Unassigned)
References
Details
In bug 729952, we identified that our current string hash function is quite poor.
That bug contains an alternative hash function which performs much better. This bug is about making sure that all relevant code uses this improved hash function, and centralizing the code which computes hashes, so it's easier to change our hash function in the future, if need be.
Reporter | ||
Comment 1•13 years ago
|
||
Part of this bug will involve removing the hash function calls from nsCRT.
Reporter | ||
Comment 2•13 years ago
|
||
Didn't notice that bz already had a bug on this.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•