concurrent_lru icon indicating copy to clipboard operation
concurrent_lru copied to clipboard

[suggestion] suggest using the left-most bits of the hash of key as the `shard_idx`

Open DorianZheng opened this issue 2 years ago • 0 comments

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.

DorianZheng avatar Oct 03 '22 15:10 DorianZheng