Re: [PATCH] Radix tree page cache

Andrea Arcangeli (andrea@suse.de)
Thu, 31 Jan 2002 03:25:40 +0100


On Wed, Jan 30, 2002 at 10:25:44PM +0200, Momchil Velikov wrote:
> Linus,
>
> Please, consider for inclusion in 2.5.3 series the following radix
> tree page cache patch.

Please benchmark on files 10giga large, only do cached I/O (reads are
fine) between 9G and 10G offset for example.

dbench or others handling not very huge files are not interesting
benchmarks for this, for them per-inode rbtree was faster too. the only
problem are the very huge files, the hashtable guarantees the same
performance on small and huge files.

Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/