merlimat opened a new pull request #613: Reduce memory usage in producer and 
subscriptions maps
URL: https://github.com/apache/incubator-pulsar/pull/613
 
 
   ### Motivation
   
   In the topic object, we're creating a map to reference producers, 
subscriptions and replicators. This map is not heavily contented and in most 
cases it would have far less than 256 items on it. 
   
   ### Modifications
   
   Reduce the expected items from the default of 256 to 16 and use a single 
hash-table section instead of default of 16.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to