Skip to content

Conversation

@isoos
Copy link
Collaborator

@isoos isoos commented Nov 7, 2024

  • This is part of the split of Reduce the memory allocation during search with mutable IndexedScore. #8225.
  • The pre-filtering and the text search IndexedScore is not connected yet, will be done in a follow-up PR.
  • For each word match calculation we will create a one separate IndexedScore, sparing the creation and merger of multiple Map instances.
  • Merging multiple word matches is also done on IndexedScore, filtered package list is carried over efficiently.

@isoos isoos requested review from jonasfj and sigurdm November 7, 2024 09:06
@isoos isoos merged commit 2ebde53 into dart-lang:master Nov 7, 2024
32 checks passed
@isoos isoos deleted the search-merge branch November 7, 2024 10:20
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