Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GuavaProcessorFactory (0.25 sec)

  1. platforms/core-runtime/base-services/src/jmh/java/org/gradle/internal/reflect/HashingAlgorithmsBenchmark.java

                byte[] hash = digest.digest();
                blackhole.consume(hash);
            }
        }
    
        private static class GuavaProcessorFactory implements HashProcessorFactory {
            private final HashFunction hashFunction;
    
            public GuavaProcessorFactory(HashFunction hashFunction) {
                this.hashFunction = hashFunction;
            }
    
            @Override
            public HashProcessor create() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 5.1K bytes
    - Viewed (0)
Back to top