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 do: trace file IO, investigate any case where an archive file is avoidably read more than once, fix it.
Perhaps: emit a warning if the same file is read more than once.
#175 just fixed by @WolverinDEV fixes one pathological case of repeatedly re-reading files.
However, there are some other cases where it reads a small file repeatedly in a way that is cheap on a local filesystem (where it will be in cache) but might be very slow remotely. It's definitely worth fixing, and I think I have fixed some in the sftp branch, but there are probably more.
To do: trace file IO, investigate any case where an archive file is avoidably read more than once, fix it.
Perhaps: emit a warning if the same file is read more than once.
#175 just fixed by @WolverinDEV fixes one pathological case of repeatedly re-reading files.
However, there are some other cases where it reads a small file repeatedly in a way that is cheap on a local filesystem (where it will be in cache) but might be very slow remotely. It's definitely worth fixing, and I think I have fixed some in the sftp branch, but there are probably more.
Originally posted by @sourcefrog in #177 (comment)
The text was updated successfully, but these errors were encountered: