rmannibucau commented on pull request #526: URL: https://github.com/apache/maven/pull/526#issuecomment-910129134
> > Hi Alex, Excellent work and an elaborat. Unfortunately the xxHash algorithm is not in the list https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html We must guarantee that every java would support it. T > > Used open-source implementation: > [https://github.com/OpenHFT/Zero-Allocation-Hashing](https://github.com/OpenHFT/Zero-Allocation-Hashing/blob/master/src/main/java/net/openhft/hashing/XxHash.java) FYI it is trivial to fork and takes only <150 lines and enables to drop the unsafe usage and other deps - it only depends on bytebuffer or alike - which requires some careness on recent java versions - does not dramatically change performances compared to sha algorithms. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
