Python, 6446 6372
This solution achieves lower collision count than all previous entries, and it needs only 44 of the 140 bytes allowed for code:
H=lambda s:int(s.encode('hex'),16)%16727401
This solution achieves lower collision count than all previous entries, and it needs only 44 of the 140 bytes allowed for code:
H=lambda s:int(s.encode('hex'),16)%16727401