Author: Jacob Dall Date: To: yaffs Subject: [Yaffs] heavy file usage in yaffs
Hello yaffers,
I'm testing yaffs1/direct in a system with a rather high file write / erase rate, i.e 1 file / sek with size ranging from 5 to 20KB
Is that something possible with yaffs1?
Upon boot I want to make an index table holding the names of the files stored in flash. What's the best way to achieve this, when the indexing has to be swift (10 - 20 secs) - using yaffs_opendir / yaffs_readdir seems to take a huge amount of time (10+ mins) when many files (2000-3000) are present?