rmuir commented on PR #12311: URL: https://github.com/apache/lucene/pull/12311#issuecomment-1561532363
+1 I think we should try to get this merged in with just these simple vector search functions. these are the simplest of what we probably want to do, and look at all the crazy workarounds we had to do to prevent massive performance traps. I'm terrified of trying to vectorize postings list decode or other parts of lucene that might require more exotic functions, shuffles, etc, with no easy way to detect if they will be horribly slow or not. We should leave any of that kind of stuff to additional PR, more of a research project in my view. -- 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