qweek edited a comment on pull request #526: URL: https://github.com/apache/maven/pull/526#issuecomment-915996602
@rmannibucau I see what you mean: it will kill a few optimizations, generate more objects and probably we need to change ByteOrder (default byte buffer order is BIG_ENDIAN and algorithm order is LITTLE_ENDIAN). But you're right, it's much cleaner and simpler, thank you for sharing your vision. [Safe version](https://github.com/qweek/Zero-Allocation-Hashing/tree/safe-version/src/main/java/net/openhft/hash) with almost 100% code coverage (about 7% slower, but still very fast compared to SHA) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org