msokolov opened a new pull request, #12683:
URL: https://github.com/apache/lucene/pull/12683

   ### Description
   
   adds row locks to OnHeapHnswGraph
   
   seems to be broken in the way it adds new nodes to upper levels such that 
they become discoverable before they have neighbors?
   
   I shared this mostly because we might want to integrate the 
`NeighborIterator` in order to keep changes localized to the `HnswGraph` 
classes and not in `HnswGraphSearcher`. Also this has the idea of passing in an 
`ExecutorService` rather than creating one in the util/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

Reply via email to