On Mon, 31 March 2008 14:29:59 +0200, Jan Engelhardt wrote:
Both share similar design goals. Biggest difference is that ubifs works
on top of ubi and depends on ubi support, while logfs works on plain mtd
(or block devices) and does everything itself.
Code size difference is huge. Ubi weighs some 11kloc, ubifs some 30,
logfs some 8.
Ubi scales linearly, as it does a large scan at init time. It is still
reasonably fast, as it reads just a few bytes worth of header per block.
Logfs mounts in O(1) but will currently become mindbogglingly slow when
the filesystem nears 100% full and write are purely random. Not that
any other flash filesystem would perform well under these conditions -
it is the known worst case scenario.
Jörn
--
Victory in war is not repetitious.
-- Sun Tzu
--