concurrent_lru
concurrent_lru copied to clipboard
[suggestion] suggest using the left-most bits of the hash of key as the `shard_idx`
If the map
is using the same hash function of the shard, then the hash space of the map will be less than expected because the tailing bits of a shard is always equal.