You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/09/29 22:06:52 UTC

[GitHub] [lucene] uschindler opened a new pull request #332: LUCENE-10125: Another idea of DirectWriter

uschindler opened a new pull request #332:
URL: https://github.com/apache/lucene/pull/332


   Another variant of #327
   
   It may be better from optimization standpoint, because it uses a hard typed MethodHandle casting the long to correct type. The MH can be passed as constant into the loop.
   
   Backside: `Methodhandle#invokeExact()` throws f*king `Throwable`! 


-- 
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-unsubscribe@lucene.apache.org

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



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