Skip to content

IO: Improve LocalPath scan performance - #281

Merged
d4rken merged 1 commit into
mainfrom
improve_localpath_performance
May 14, 2023
Merged

IO: Improve LocalPath scan performance#281
d4rken merged 1 commit into
mainfrom
improve_localpath_performance

Conversation

@d4rken

@d4rken d4rken commented May 14, 2023

Copy link
Copy Markdown
Member

Remove extra canRead check. Doesn't seem necessary.
I don't see why this was necessary and it costs a lot of extra time when iterating files.
Theoretically we would abort early if we encounter a read error, but this does not seem to happen on real devices I tested with.

Remove extra canRead check.
@d4rken d4rken added enhancement New feature, request, improvement or optimization c: IO SAF/Normal/Root access labels May 14, 2023
@d4rken
d4rken merged commit 5f27e2d into main May 14, 2023
@d4rken
d4rken deleted the improve_localpath_performance branch May 14, 2023 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: IO SAF/Normal/Root access enhancement New feature, request, improvement or optimization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant