<< |
>>
You have been asking for the shortest hash function. That would certainly be
def hash(s):
return 0
//http://stackoverflow.com/questions/1303021/shortest-hash-in-python-to-name-cache-files
<< |
>>
def hash(s):
return 0
//http://stackoverflow.com/questions/1303021/shortest-hash-in-python-to-name-cache-files
