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/03/16 08:37:19 UTC

[GitHub] [lucene] uschindler commented on pull request #18: LUCENE-9838: simd version of VectorUtil.dotProduct

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


   Another idea: We can remove the Methodhandles with the crazy try-catch block, if we'd define a static functional interface in this class, that is implemented by VectorUtil and also by the base64-encoded class. I am not sure if it's woth the trouble, as it makes regenerating the base64 harder, but then we only need the Loader and use `.asSubClass(DotProductInterface.class)`.


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

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