benwtrent commented on issue #14763:
URL: https://github.com/apache/lucene/issues/14763#issuecomment-2956919778

   > "Do we need to clear the bitset during index building"...
   
   I see a quick win here. We can likely do only two bitset clears for the 
majority of vectors instead of one bit-set clear per level.
   
   This should be possible by overloading `findBestEntryPoint` to accept a 
starting & ending level. Then we can get to the best entry point for the 
top-most target level for node insertion. This would take only one bitset clear.
   
   Then we clear only for the the target level(s).
   
   This will only be beneficial on large graphs.


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