The `HashTable` code makes sure that `len(key_size) > 0` but also uses the first 4 bytes from the key to compute the index. Thus this should be rather `>= 4`.
The
HashTablecode makes sure thatlen(key_size) > 0but also uses the first 4 bytes from the key to compute the index.Thus this should be rather
>= 4.