-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FATFileSystem] Disabled flush on new sector #1458
Conversation
Disabled "flush on new sector" by default for a ~2.87x write performance improvement.
As an example of the effect on performance, my SDFileSystem_HelloWorld program yielded an average write speed of 142.33KB/s with |
I am neither. @sg- Any help here? |
This feature was added and enabled in commit 2251b02. Disabling it by default would make the code work as the mbed port did originally. |
from the commit message we should look at why fflush isnt/cant be retargeted. |
@oliviermartin @neilt6 any more info for this changeset? |
Apparently |
I added this feature when I wrote a basic data logger with mbed. |
Is this pull request still being considered, or should I withdraw it? |
Disabled "flush on new sector" by default for a ~2.87x write performance improvement.