Open sosthene-nitrokey opened 1 year ago
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.
read_dir_nth()
read_dir_files_nth()
This could be further optimized by https://github.com/trussed-dev/littlefs2/issues/32
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 https://github.com/trussed-dev/littlefs2/issues/32