1
mirror of https://github.com/rclone/rclone synced 2024-11-25 02:47:14 +01:00
rclone/cmd/bisync
nielash 98f539de8f bisync: refactor normalization code, fix deltas - fixes #7270
Refactored the case / unicode normalization logic to be much more efficient,
 and fix the last outstanding issue from #7270. Before this change, we were
 doing lots of for loops and re-normalizing strings we had already normalized
 earlier. Now, we leave the normalizing entirely to March and avoid
 re-transforming later, which seems to make a large difference in terms of
 performance.
2024-01-20 14:50:08 -05:00
..
bilib bisync: refactor normalization code, fix deltas - fixes #7270 2024-01-20 14:50:08 -05:00
testdata bisync: refactor normalization code, fix deltas - fixes #7270 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: refactor normalization code, fix deltas - 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: refactor normalization code, fix deltas - fixes #7270 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: refactor normalization code, fix deltas - fixes #7270 2024-01-20 14:50:08 -05:00
operations.go bisync: refactor normalization code, fix deltas - fixes #7270 2024-01-20 14:50:08 -05:00
queue.go bisync: refactor normalization code, fix deltas - fixes #7270 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