> in order to save space I gzip'ped output of my tests. 
> ungzipping ports tarball on FreeBSD took 28 min
> on Linux --- about 2.5 times faster.

This is something we already know, and it's not the sort of test that 
you should ever headline as "why is FFS so much slower"?

Creation of massive directory tree hierarchies under FFS is more
expensive because of the way that FFS tries to keep directories spread
out, in order to later have a better chance of putting files close to
their parent directories.  When you create a massive and mostly empty
tree like the ports tree, you pay for this optimisation.   The
justification for this behaviour is that you only create the tree once,
but you may use it for years afterwards.

Thus, claiming that "FFS is slower" is both short-sighted and 
incorrect.  If you're going to bother to publicise the results of your 
tests, you could try actually conducting some meaningful tests first.


-- 
\\ Give a man a fish, and you feed him for a day. \\  Mike Smith
\\ Tell him he should learn how to fish himself,  \\  [EMAIL PROTECTED]
\\ and he'll hate you for a lifetime.             \\  [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to