hash-bench icon indicating copy to clipboard operation
hash-bench copied to clipboard

Java Hashing, CRC and Checksum Benchmark (JMH)

Results 4 hash-bench issues
Sort by recently updated
recently updated
newest added

Bumps [guava](https://github.com/google/guava) from 28.2-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

Add Blake2 algorithm benchmarking. Use BouncyCastle, AlphaZero, and JBlake2. Also improve how the BouncyCastle benchmarks run to reduce unnecessary work.

Now we have three type of inputs: byte[], ByteBuffer and DIrectBuffer. In many real scenarios, the input will be objects to be serialized to bytes or an io stream with...

Please pay attention to https://github.com/PositiveTechnologies/t1ha Regards.