BewareMyPower commented on PR #23049:
URL: https://github.com/apache/pulsar/pull/23049#issuecomment-2235773633

   Besides, from the flame graph, the most CPU cost behavior is 
`TopicName.get`, which accesses the `LoadingCache`, which has at least a map 
get operation and a lock acquirement.
   
   Actually, in this case, a simple string operation on a topic name string is 
enough.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to