portworx / lcfs

LCFS Graph driver for Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement better hashing scheme for better distribution in the lists

jjobi opened this issue · comments

commented

There are a few hash lists in use - for inodes in inode cache, pages in block cache, names in directory, dirty pages in a file etc. Improve those hashing schemes so that the distribution of those would more even with a random set of entries.