You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gerard edited this page Sep 14, 2010
·
3 revisions
The I-Cache should cache the inodes that have been used more recently.
Implementation Details
It can be implemented with a hash table with chained entries, hashed by modulo the inode index. It remains to be known if this indexes are equally distributed (that depends on how they are allocated).