Skip to content

Preallocation of file space to prevent write overruns #85

Open
@ost-ing

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

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions