kaivalnp commented on PR #14934: URL: https://github.com/apache/lucene/pull/14934#issuecomment-3060808264
Also ran benchmarks to ensure these changes don't adversely affect performance.. `main`: ``` recall latency(ms) netCPU avgCpuCount nDoc topK fanout maxConn beamWidth quantized index(s) index_docs/s force_merge(s) num_segments index_size(MB) vec_disk(MB) vec_RAM(MB) indexType 0.934 1.649 1.619 0.982 100000 100 50 64 250 no 8.51 11757.79 10.10 1 637.45 292.969 292.969 HNSW ``` This PR: ``` recall latency(ms) netCPU avgCpuCount nDoc topK fanout maxConn beamWidth quantized index(s) index_docs/s force_merge(s) num_segments index_size(MB) vec_disk(MB) vec_RAM(MB) indexType 0.934 1.637 1.608 0.982 100000 100 50 64 250 no 8.10 12347.20 9.72 1 637.45 292.969 292.969 HNSW ``` -- 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