gnodet opened a new pull request, #58: URL: https://github.com/apache/maven-build-cache-extension/pull/58
This PR provides new METRO / METRO_MM hash algorithms based on Zero-Allocation-Hashing Metro hash implementation. Given it's the fastest, the default is changed to it and the website modified accordingly. This is not very clear when/if people should change. Also, I would have assumed the `MM` versions of the hashes provide better performances, but the added perf test does not seem to indicate the same: ``` Benchmark Mode Cnt Score Error Units PerfTest.METRO thrpt 3 0.443 ± 0.051 ops/ms PerfTest.METRO_MM thrpt 3 0.354 ± 0.176 ops/ms PerfTest.SHA1 thrpt 3 0.193 ± 0.058 ops/ms PerfTest.SHA256 thrpt 3 0.144 ± 0.056 ops/ms PerfTest.XX thrpt 3 0.405 ± 0.242 ops/ms PerfTest.XXMM thrpt 3 0.375 ± 0.170 ops/ms ``` -- 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