Search   Feed   Browse   Add
Feed items 1 - 1 of 1 for March 2006

Tom Hawtin

Thomas Hawtin's Weblog

Hash imperfection - March 1, 2006

How difficult can hash algorithms be Take some values and produce another value. Any value. Recently I have stumbled across two poorly performing hash algorithms. One was in javac. In com.sun.tools.javac.util.Name to be precise. Name.hashValue ignores all but the first, middle and last characters (actually bytes). As is usual with these things, the entire sequence will either be compared or copied at more-or-less the same time. The data will usually be cached anyway. In order to achieve a...
http://www.jroller.com/tackline/entry/hash_imperfection
Available Archives
- January (1 item)
- February (3 items)
- March (1 item)
- April (3 items)
- May (1 item)
- June (1 item)
- August (2 items)
- October (1 item)
- November (10 items)
- December (9 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact