You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a read_dir_nth() syscall that starts iteration not at the first file. Same for read_dir_files_nth(). This can reduce the time taken by paging mechanisms like in our secrets-app.
Provide a
read_dir_nth()
syscall that starts iteration not at the first file. Same forread_dir_files_nth()
. This can reduce the time taken by paging mechanisms like in our secrets-app.This could be further optimized by trussed-dev/littlefs2#32
The text was updated successfully, but these errors were encountered: