jegentile commented on PR #16200: URL: https://github.com/apache/lucene/pull/16200#issuecomment-4623551382
@benwtrent @rmuir @kaivalparikh — would appreciate a review when you have a chance. This PR precomputes the byte vector cosine query norm (eliminating redundant work on every score() call) and keeps int4 query vectors packed (using int4DotProductBothPacked instead of decompressing). Benchmark numbers are in the comment above. -- 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]
