Re: rsync: use xxhash

2023-06-06 Thread Stuart Henderson
On 2023/06/06 09:06, Jan Stary wrote: > On Jun 06 06:41:39, icepic...@gmail.com wrote: > > > Thank you for enabling this. I am testing an current/amd64, > > > rsyncing a 4G dir of video files, about 150-250 MB each. > > > > > > I am touching the files before every run, > > > otherwise rsync just

Re: rsync: use xxhash

2023-06-06 Thread Jan Stary
On Jun 06 06:41:39, icepic...@gmail.com wrote: > > Thank you for enabling this. I am testing an current/amd64, > > rsyncing a 4G dir of video files, about 150-250 MB each. > > > > I am touching the files before every run, > > otherwise rsync just finishes almost instantly, > > based on the mtime

Re: rsync: use xxhash

2023-06-05 Thread Janne Johansson
Den tis 6 juni 2023 kl 00:00 skrev Jan Stary : > On Jun 05 12:37:10, s...@spacehopper.org wrote: > > reminded by the dwz mail, rsync would also like to use xxhash if > > available: > Thank you for enabling this. I am testing an current/amd64, > rsyncing a 4G dir of video files, about 150-250 MB

Re: rsync: use xxhash

2023-06-05 Thread Jan Stary
On Jun 05 12:37:10, s...@spacehopper.org wrote: > reminded by the dwz mail, rsync would also like to use xxhash if > available: > > 'The xxHash library (https://cyan4973.github.io/xxHash/) provides > extremely fast checksum functions that can make the "rsync algorithm" > run much more

rsync: use xxhash

2023-06-05 Thread Stuart Henderson
reminded by the dwz mail, rsync would also like to use xxhash if available: 'The xxHash library (https://cyan4973.github.io/xxHash/) provides extremely fast checksum functions that can make the "rsync algorithm" run much more quickly, especially when matching blocks in large files.