uschindler commented on pull request #335:
URL: https://github.com/apache/lucene/pull/335#issuecomment-931098148


   Actually I will do a perf test in a minute, but the code and call behaviour 
here is more or less identical to before. Instead of creating the classes in 
source code we let the JDK do it for us.
   
   The only additional "overhead" is the get() method which calls the 
functional interface, but thats always inlined. It could be prevented when (as 
noted in the issue) we change LongValues to be a functional interface on its 
own. Currently it is an abstract class with one method, which is a desaster,


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to