You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/09/09 18:44:02 UTC

[GitHub] [maven] qweek edited a comment on pull request #526: [MNG-7129] Incremental build and shared cache feature

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 kills few optimizations, generate more objects and probably we need to use proper ByteOrder (default byte buffer order is BIG_ENDIAN and algorithm order is LITTLE_ENDIAN). But yes, 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


-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org