msokolov opened a new pull request, #13577: URL: https://github.com/apache/lucene/pull/13577
### Description This is a follow-on to https://github.com/apache/lucene/pull/13566 that adds some unit testing for HnswUtil plus an implementation that identifies strongly-connected components of a directed graph. However this implementation is terrible - adding it into the HNSW merge step makde the whole indexing take 4-5x longer! I think it's correct but does lots of extra work. So the main thing of value here is probably the tests... -- 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