sullis opened a new pull request, #12579: URL: https://github.com/apache/pinot/pull/12579
Motivation: reduce enum array allocation in TimerContext Modifications: cache ServerQueryPhase.values().length in a static variable Result: Java enum .values() method is invoked exactly once Additional context: https://www.gamlor.info/wordpress/2017/08/javas-enum-values-hidden-allocations/ -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org