You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2017/12/15 11:42:49 UTC

[GitHub] sijie opened a new pull request #858: Checksum, ChecksumFactory and Benchmark

sijie opened a new pull request #858: Checksum, ChecksumFactory and Benchmark
URL: https://github.com/apache/bookkeeper/pull/858
 
 
   Descriptions of the changes in this PR:
   
   - provide a `Checksum` interface (adopting the differences between java8 and java9) and allow wrapping over different crc32 and crc32c implementations.
   - provide a `ChecksumFactory` interface to produce different checksum instances
   - add a jmh benchmark over different checksum implementation at different sizes
   
   This is similar as #856 but was more focused on abstracting the checksum and benchmarking checksums itself.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services