Re: [PATCH hurd 3/5] ext2fs: tune the size of the inode cache

2014-12-10 Thread Samuel Thibault
Justus Winter, le Wed 10 Dec 2014 17:21:57 +0100, a écrit : > The node cache uses a fixed number of buckets giving it a linear > access complexity, although with a small constant factor. Paper over > this issue by increasing the number of buckets. > > * ext2fs/inode.c (INOHSZ): Increase from 512

[PATCH hurd 3/5] ext2fs: tune the size of the inode cache

2014-12-10 Thread Justus Winter
The node cache uses a fixed number of buckets giving it a linear access complexity, although with a small constant factor. Paper over this issue by increasing the number of buckets. * ext2fs/inode.c (INOHSZ): Increase from 512 to 8192 entries. --- ext2fs/inode.c | 2 +- 1 file changed, 1 inserti