msfroh commented on PR #15805: URL: https://github.com/apache/lucene/pull/15805#issuecomment-4121146995
Thanks, @neoremind for looking into this from a benchmarking standpoint! I've gone ahead and merged it, not because it helps concurrency, but just because it makes the code clear. (I also like removing non-final static members, even if it's by turning them into final AtomicReferences.) -- 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]
