mccullocht commented on PR #14978: URL: https://github.com/apache/lucene/pull/14978#issuecomment-3133222330
I ran lucenebench on the cohere dataset with an index of 1M float vectors merged to a single segment. I then ran 10k queries 20 times and looked at average latency. baseline: 3.855ms +/- 0.088 candidate: 3.859ms +/- 0.081 I also modified my test native codec to use `RandomVectorScorer.bulkScore` without using the native HNSW traversal code and stood things up on a graviton 2 box. This yielded a ~15% reduction in latency. -- 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