lkml.org 
[lkml]   [2007]   [Jul]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] fs: Add romfs version 2
On 07/30/2007 08:12 PM, Phillip Susi wrote:

> Lindsay Roberts wrote:
>> * Increases romfs partition size limit from 2GB to 4GB.
>> * Adds new derivative of romfs filesystem (rom2fs) with
>> block aligned regular file data to bring performance
>> parity with ext2/3. This is about 225% of the read
>> speed of the existing romfs.
>
> Why does block alignment of files have any influence on speed for a rom
> based ( no seek time ) filesystem?

A CD-ROM is also a ROM...

But on a general note, please also note that the expensive seek versus cheap
read we know from magnetic is (well, can be that is) still present with
memory technologies, although much less pronounced.

Memory technologies (including flash) have historically had "burst" modes
where sequential accesses are sped up significanly versus random accesses,
causing really the exact same seek-versus-read principle as on magnetic.

Quite uncertain if/when the difference will ever be as pronounced as on
magnetic, but I believe we should at least be prepared to deal with this
problem for a _long_ time still...

Rene.

-
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/

\
 
 \ /
  Last update: 2007-07-30 20:35    [W:0.199 / U:1.660 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site