I need to generate a hash value used for uniqueness of many billions of records in Java. Trouble is, I only have 16 numeric digits to play with. In ...
I want to implement a Hash function that takes a generic and generates a hash. The function will work at bit level, moving bits and stuff like that.
How can I do ...
I have about 50,000 words that I want to map each of them to a 16bit number and I'm seeking for a hash function to run on j2me.
To be more specific ...