mirror of
https://github.com/rclone/rclone
synced 2024-11-25 02:47:14 +01:00
98f539de8f
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. |
||
---|---|---|
.. | ||
bilib | ||
testdata | ||
bisync_test.go | ||
cmd.go | ||
deltas.go | ||
help.go | ||
LICENSE.cjnaz | ||
listing.go | ||
log.go | ||
march.go | ||
operations.go | ||
queue.go | ||
rc.go |