Skip to content

I Cache

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).

Clone this wiki locally