gaobinlong opened a new pull request, #15945:
URL: https://github.com/apache/lucene/pull/15945

   ### Description
   
   Found the method Accountables.namedAccountables() can be optimized by 
chance, 1) ArrayList can be initialized with known size. 2) Replace lambda 
comparing function with Comparator.comparing(), more simple and clean.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to