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 2019/08/05 03:06:36 UTC

[GitHub] [pulsar] easyfan opened a new pull request #4885: Merge Request for #4809: provide a convenient method for C++ client producer batch container

easyfan opened a new pull request #4885: Merge Request for #4809: provide a convenient method for C++ client producer batch container
URL: https://github.com/apache/pulsar/pull/4885
 
 
   <!--
   ### Contribution Checklist
     
   provide a convenient method for C++ client producer batch container https://github.com/apache/pulsar/issues/4809
   
   Moreover, use a more efficient iteration method while going through the MessageContainerList; 
   From some benchmark test result in my local environment, such "for iteration based a fixed-length", will be 5 times faster than the STL::iterator operator way. 
   
   Refer to the change on BatchMessageContainer.cc, please.
   

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


With regards,
Apache Git Services