You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/06/09 16:18:07 UTC

[GitHub] [pulsar-client-go] merlimat opened a new pull request #270: When CGO is enabled, use C version of ZStd

merlimat opened a new pull request #270:
URL: https://github.com/apache/pulsar-client-go/pull/270


   ### Motivation
   
   While the pure Go ZStd library is very convenient, its performance is still ~50% slower than the native C ZStd library, per their own benchmarks: https://github.com/klauspost/compress/tree/master/zstd#performance
   
   For this, if the application has already CGO enabled, we can use the native library.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] wolfstudy merged pull request #270: When CGO is enabled, use C version of ZStd

Posted by GitBox <gi...@apache.org>.
wolfstudy merged pull request #270:
URL: https://github.com/apache/pulsar-client-go/pull/270


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org