-
Notifications
You must be signed in to change notification settings - Fork 13
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
Significant slowdown for each file written #17
Comments
Script updated for on-device testing too:
|
Couple notes:
|
Latest test script:
…gives results like this on a dirty card (i.e. already lots of existing files):
So at this point there's still AFAIK a weird temporary slowdown during the first couple dozen files, but it does seem to stabilize. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The output grows steadily, starting at around 330ms for the write and growing to 2004ms after less than 50 files: https://gist.github.com/natevw/41ac4cf4f3788d4193ed
Contrary to natevw/sdcard#20, creating a new filesystem instance (or in this case: a whole new process!) does not keep the timings low.
The text was updated successfully, but these errors were encountered: