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/27 10:13:06 UTC

[GitHub] [pulsar] codelipenghui opened a new pull request #5055: Reduce char[] creation on jvm heap.

codelipenghui opened a new pull request #5055: Reduce char[] creation on jvm heap.
URL: https://github.com/apache/pulsar/pull/5055
 
 
   ### Motivation
   
   Use MoreObjects at toString() method will resulting in the creation of a large number of chars []:
   
   So this PR reduce the char[] creation on jvm heap while call subscription.toString().
   
   ### Modifications
   
   Change implementation of subscription.toString()
   

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