Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
cpegeric committed Oct 29, 2025
commit 27e8554e8ffe8961dbed12e6978063b98f68e48e
4 changes: 2 additions & 2 deletions include/usearch/index.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4239,7 +4239,7 @@ class index_gt {
radius = top.top().distance;
}
}
}
}

// predicate exists and explore 2-hop neighbors (ACORN-1)
if (!is_dummy<predicate_at>()) {
Expand All @@ -4266,7 +4266,7 @@ class index_gt {
}
}
}
}
}
}
}

Expand Down