Y
Hacker News
new
|
ask
|
show
|
jobs
by
jbellis
747 days ago
> I’m not sure why we would ever do anything with segmentation according to that analysis if it were correct.
What's your alternative when you can't build an index larger than C?
1 comments
HammadB
747 days ago
If segmented hsnw indices were O(N log N) - it would make no sense to build the index at all - brute force would be better as O(N log N) > O(N)
link