hashbrowncipher / happycache

dumps and reloads page cache; happy caches for happy databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hard-link detection?

hashbrowncipher opened this issue · comments

Right now we'll double-process files that are hard links, producing the same results. We could instead match hard links against a hash table and skip them.