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
To use fs_at, it would have to also support stating files and reading links, which it currently does not, but which could be possible with readlinkat and fstatat.
Context: #172 (comment)
Using
fs_at
would potentially reduce time spent both constructing paths, and inside the kernel on parsing and traversing paths.This probably needs to be threaded through the
Transport
layer, as not all transports will support the same concept.This could be implemented independently on both source/restore trees, and archives.
I don't think this is a dominant performance driver at the moment but it might be interesting.
To do this usefully I think we'd need
ReadDir
equivalent (rbtcollins/fs_at#11).cc @rbtcollins fyi
The text was updated successfully, but these errors were encountered: