Dan Gendreau
Dan Gendreau
Edit: Actually a 256 byte buffer appears to be way overkill. Testing the same code with a 32 byte buffer yields nearly the same performance increase, so I have updated...
PR is up in my fork here: https://github.com/littlefs-project/littlefs/pull/686/files You might play with the value of LFS_BULK_XFER_SIZE, but more than 32 didnt really make it any faster for our use. Keep...
@ryangardner Unit tests are now passing for my PR. We did detect a lesser performance issue in lfs_bd_cmp() but when we increase its buffer size larger than 8 bytes it...