You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@droyad xxHash64 is a default algorithm instead of SHA1 in a library that I derived from Octodiff: https://github.com/GrzegorzBlok/FastRsyncNet
It works perfectly fine - it gives you significant faster calculations and smaller signature size.
Also, it would be interesting to use the xxHash algorithm instead of SHA1 (SHA1 has an average speed of 0.28 GB/s, while xxHash has 5.4 GB/s).
https://cyan4973.github.io/xxHash/
Originally posted by @arabasso in #21 (comment)
For Octopus we would need to figure out how we get the two ends to agree on the algorithm to be used.
The text was updated successfully, but these errors were encountered: