How should I implement a string hashing function for these requirements?
Ok, I need a hashing function to meet the following requirements. The idea is to be able to link together directories that are part of the same logical structure but stored in different physical areas of the file system. I need to implement it in Java, it must be consistent across execution sessions and it can return a long. I will be ...