trussed icon indicating copy to clipboard operation
trussed copied to clipboard

Improve iteration complexity

Open sosthene-nitrokey opened this issue 1 year ago • 0 comments

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.

This could be further optimized by https://github.com/trussed-dev/littlefs2/issues/32

sosthene-nitrokey avatar Mar 10 '23 14:03 sosthene-nitrokey