Matthieu Castet

Results 5 comments of Matthieu Castet

Hi @geky I will try your suggestion. I manage to reproduce it on pc with littlefs-2.9.1 and rambd What I see it that we have lot's of call with hint=4....

Hi, Thanks, I have did some experiement. First metadata size should fit in cache, to avoid too many cache miss. ``` --- a/lfs.c +++ b/lfs.c @@ -934,7 +934,7 @@ static...

Hi, here my PR with my current patches : https://github.com/littlefs-project/littlefs/pull/977 Some may need some cleaning, improvement other may be specialize for our case before patches ``` code data stack structs...

Hi I have updated my PR, and now test pass work. I removed the patch to by pass validated. Even if it was an option, if fail to pass badblock...