Open
Description
I've noticed that when writing to a file there is a dramatic slowdown in write speed when the data exceeds the filesize.
Having a look at Elm Chan's FatFs library
The seek function beyond the filesize will preallocate space to drastically improve write speeds.
I recommend this optimization be implemented