Re: [Yaffs] Question about writing time in YAFFS2

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Vitaly Wool
Date:  
To: goog long
CC: Charles Manning, yaffs List, yaffs
Subject: Re: [Yaffs] Question about writing time in YAFFS2
On 9/13/06, goog long <> wrote:
> Thanks for the insight explanation. I did the same test on JFFS2 and the
> result is much worse than YAFFS2. The first write and erase was a few
> seconds slower than YAFFS2, but the second one takes up to 6 to 8 minutes,
> meaning JFFS2 gc is much more complex and slower than YAFFS2.


Yep, this is a known drawback of JFFS2, not easy to overcome though:
it's to work on NOR flashes as well, including old ones with long
erase times, so the garbage collection is working as separate
thread(s) there.

Vitaly