rclone/cmd/bisync
nielash 9c96c13a35 bisync: optimize --resync performance -- partially addresses #5681
Before this change, --resync was handled in three steps, and needed to do a lot
of unnecessary work to implement its own --ignore-existing logic, which also
caused problems with unicode normalization, in addition to being pretty slow.
After this change, it is refactored to produce the same result much more
efficiently, by reducing the three steps to two and letting ci.IgnoreExisting
do the work instead of reinventing the wheel.

The behavior and sync order remain unchanged for now -- just faster (but see
the ongoing lively discussions about potential future changes in #5681!)
2024-01-20 14:50:08 -05:00
..
bilib bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
testdata bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
bisync_test.go bisync: handle unicode and case normalization consistently - mostly-fixes #7270 2024-01-20 14:50:08 -05:00
cmd.go bisync: rollback listing on error 2024-01-20 14:50:08 -05:00
deltas.go bisync: handle unicode and case normalization consistently - mostly-fixes #7270 2024-01-20 14:50:08 -05:00
help.go bisync: add rc parameters for new flags 2023-09-05 08:53:58 +01:00
LICENSE.cjnaz bisync: implementation #5164 2021-11-01 21:00:27 +03:00
listing.go bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
log.go bisync: introduce terminal colors 2024-01-20 14:50:08 -05:00
march.go bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
operations.go bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
queue.go bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
rc.go bisync: fix dryRun rc parameter being ignored 2023-09-05 08:53:58 +01:00