Improve index_gt::search_for_one_ by avoiding entry-node locks for immutable index#689
Merged
ashvardanian merged 2 commits intounum-cloud:main-devfrom Dec 21, 2025
Merged
Conversation
…for immutable index view
Closed
3 tasks
ashvardanian
added a commit
that referenced
this pull request
Dec 21, 2025
* Make: Wrong ISA extensions for Windows JNI builds * Make: Bump CI versions * Fix: exact search return results with size querySize * maxResults * Fix: check maxResults > 0 * Fix: static is not thread safe * Update: add more tests * Improve: Fewer conditional locks for immutable index views (#689) Co-authored-by: Ash Vardanian <1983160+ashvardanian@users.noreply.github.com> * Add: Filtered search callback support in GoLang bindings * Improve: FilteredSearchUnsafe documentation * Fix: Filtered search test logic and remove debug output * Improve: Add data field to FilteredSearchHandler test * Add: Nil handler validation in FilteredSearchUnsafe * Add: FilteredSearch and FilteredSearchI8 functions * Fix: FilteredSearchHandler typo and use correct C function * Improve: Make FilteredSearchHandler fields public * Fix: Keep GoLang vectors alive * Fix: Missing `switch` cases for settings * Make: Bump SimSIMD * Add: Missing GoLang APIs * Fix: Consistent threads capacity in Go tests --------- Co-authored-by: cpegeric <cpegeric@gmail.com> Co-authored-by: Yoonseok Kim <43584573+yoonseok-kim@users.noreply.github.com>
ashvardanian
pushed a commit
that referenced
this pull request
Dec 21, 2025
### Minor - Add: Missing GoLang APIs (3590961) - Add: FilteredSearch and FilteredSearchI8 functions (1f3e086) - Add: Nil handler validation in FilteredSearchUnsafe (0df8511) - Add: Filtered search callback support in GoLang bindings (4829a29) ### Patch - Fix: Consistent threads capacity in Go tests (cc86de9) - Make: Bump SimSIMD (42aef88) - Fix: Missing `switch` cases for settings (6e84b1f) - Fix: Keep GoLang vectors alive (ba7d699) - Improve: Make FilteredSearchHandler fields public (55c1ea8) - Fix: FilteredSearchHandler typo and use correct C function (3cd62ce) - Improve: Add data field to FilteredSearchHandler test (a17c6fa) - Fix: Filtered search test logic and remove debug output (95f713e) - Improve: FilteredSearchUnsafe documentation (72a9f5a) - Improve: Fewer conditional locks for immutable index views (#689) (4f02166) - Fix: static is not thread safe (8938d6e) - Fix: check maxResults > 0 (f109269) - Fix: exact search return results with size querySize * maxResults (c8adc05) - Make: Bump CI versions (7685a67) - Make: Wrong ISA extensions for Windows JNI builds (42ff470)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is related to #688.