dlg99 commented on a change in pull request #856: ISSUE #590 (@bug W-4556980@) 
Reduce excessive CPU usage on client side: add crc3?
URL: https://github.com/apache/bookkeeper/pull/856#discussion_r157136326
 
 

 ##########
 File path: bookkeeper-server/pom.xml
 ##########
 @@ -182,6 +182,11 @@
       <artifactId>http-server</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
 
 Review comment:
   @sijie I'll address the comments later/tomorrow-ish.
   
   On the other note I also tried/compared adler32 (from jdk) and crc32c from 
jdk9 (ported it to run with jdk8), neither were better than regular crc32.
   oh, and I tried DUMMY digest (aka no digest). This one crazy fast and 
garbage free. Unfortunately, it is useless.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to