You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes use FixedBitSet when doing HNSW searches (apache#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.
0 commit comments