Pulkitg64 commented on PR #15003:
URL: https://github.com/apache/lucene/pull/15003#issuecomment-3498153148

   Thanks @benwtrent,
   
   > I am guessing its too tricky given the current APIs to make that 50% 
relative to the connections the graph had BEFORE the deletes?
   
   > Meaning, if node A only had 16 connections (though maxconn was 64), we 
would only push it to be reconnected once it reached 8 (half its non-deleted) 
connections?
   
   I think this should be possible, since we are iterating over old neighbours 
for adding newNeighbours in InititalizedGraphBuilder. Let me try this now and 
get back with the results.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to