kaivalnp commented on PR #14863:
URL: https://github.com/apache/lucene/pull/14863#issuecomment-3200867020

   > And the "search in the same JVM that did indexing" issue is separately 
already resolved?
   
   Yes, that was fixed in #14874
   
   > Were there other pending concerns?
   
   One consequence of this change: since we don't want to copy 4-bit values to 
the Java heap, we need to define functions in `PanamaVectorUtilSupport` to 
compare two 4-bit vectors for all similarities in combinations of 
unpacked-unpacked, unpacked-packed, packed-packed (I've added dot product 
functions in this PR, need to add Euclidean and Cosine now..)
   
   The question I had was whether the benefits are compelling enough to 
maintain these functions..


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