We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
@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.
Sorry, something went wrong.
@GrzegorzBlok Cool. The blocker for Octopus is negotiating between the two endpoints since either end could be running an older version of Octodiff.
No branches or pull requests
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: