ranging from most to least feasible, I found a couple of places where that manager can be optimized
Backup Creation
- [ ] rather than unlinking files in filter_diff, add them to a list of files that will simply be ignored when recompressing. though the benefit of this is questionable, since those files will eventually be deleted by shutil.rmtree() anyways once the Temporary directory containing them is removed.
ranging from most to least feasible, I found a couple of places where that manager can be optimized
Backup Creation
- [ ] rather than unlinking files infilter_diff, add them to a list of files that will simply be ignored when recompressing. though the benefit of this is questionable, since those files will eventually be deleted by shutil.rmtree() anyways once the Temporary directory containing them is removed.