X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/e1a060026ac0b80fb080dc17494a2036ad21397e..88f7513df3fca996d2669285ddb48a362a9a9825:/dynamic_hash.diff diff --git a/dynamic_hash.diff b/dynamic_hash.diff index d5b7e56..12756ca 100644 --- a/dynamic_hash.diff +++ b/dynamic_hash.diff @@ -5,7 +5,7 @@ modulus calculation for (up to) every byte of the source file, which slows down the code for normal file sizes (e.g. 4 CPU seconds slower on a Pentium III when copying a 65 MB file without very much matching data). -This was udapted for the latest codebase from a patch written by Shachar +This was updated for the latest codebase from a patch written by Shachar Shemesh. --- old/match.c