-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Iteration over a directory is not very efficient, as it can't be safely paused and resumed.
This leads to issues. For example in trussed, as a consequence the iteration happens at a speed of
The raw c API exposes a lfs_dir_tell, which littlefs can use to "store" the current iteration position and return to using lfs_dir_seek
Metadata
Metadata
Assignees
Labels
No labels