"Vladimir V. Saveliev" wrote:
>
> Hi
>
> Hans Reiser wrote:
>
> > > Observations:
> > > * Creating the files on reiserfs is twice as fast as xfs
> > > * With "notail" it's even four times faster, 8 times faster than xfs!
> > > * XFS much faster then reiserfs for duing "find . -type f|xargs cat"
> > > Suprising to me, as this is a lot of small files, and exactly what
> > > reiserfs was built to do??
> >
> > This requires plan A to fix. Plan A missed code freeze, and will go into v4.
> >
>
> The only thing which will cure it is the same order of names in directory and files
>in the tree.
>
> Thanks,
> vs
>
> PS: Sorry, for repeating this again and again.
the find would be affected by having the same order of names and stat data, which plan
A would
provide.
Hans