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

   For smaller graphs, the overhead cost of a SparseFixedBitSet shows up in the 
performance metrics.
   
   This adjusts the bitset creation logic to be more similar to how we utilize 
[Sparse]FixedBitSet elsewhere. 
   
   The `expectedVisitedNodes` is both empirical and intuitive. This could 
possibly be refined given the number of connections within the graph, but I 
think this is "good enough" for now.


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