Skip to content

fix(range-search): use size_t capacities#268

Merged
ahuber21 merged 3 commits intomainfrom
dev/range-search-uint32_t
Feb 5, 2026
Merged

fix(range-search): use size_t capacities#268
ahuber21 merged 3 commits intomainfrom
dev/range-search-uint32_t

Conversation

@ahuber21
Copy link
Copy Markdown
Contributor

@ahuber21 ahuber21 commented Feb 4, 2026

Use larger capacities for neighbor search, because we run out of capacity when doing a range search with a large radius.

Note: The functions return size_t, so a narrow_cast<uint32_t> is still required.

See: ahuber21/faiss#51

@ahuber21 ahuber21 requested a review from ibhati as a code owner February 4, 2026 10:48
@ahuber21 ahuber21 changed the title fix(range-search): use uint32_t capacities fix(range-search): use size_t capacities Feb 5, 2026
@ahuber21 ahuber21 enabled auto-merge (squash) February 5, 2026 16:31
@ahuber21 ahuber21 merged commit c7d9919 into main Feb 5, 2026
19 checks passed
@ahuber21 ahuber21 deleted the dev/range-search-uint32_t branch February 5, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants