-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Follow up: Update FastSearch
instance instead of recreating it on data change in SearchRouter
#51150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
FastSearch
instance instead of recreating it in SearchRouterFastSearch
instance instead of recreating it on data change in SearchRouter
@hannojg, this Monthly task hasn't been acted upon in 6 weeks; closing. If you disagree, feel encouraged to reopen it -- but pick your least important issue to close instead. |
@mountiny can you please reopen? The initial PR for changing the search algorithm to a search tree took longer than anticipated. We are going to look into these items next, so it's still l a priority! (Somehow no overdue label was ever added?) |
@hannojg, this Monthly task hasn't been acted upon in 6 weeks; closing. If you disagree, feel encouraged to reopen it -- but pick your least important issue to close instead. |
Can we please reopen this? @Nodonisko is going to pick up this one |
Started to work on this, can we reopen it? |
The performance implications of this have popped up here: https://margelo.slack.com/archives/C05LX9D6E07/p1745490519573089 can we please reopen this as we prioritized this again @mountiny ? thanks! |
This is a follow up from this PR:
which was created for this issue ticket originally:
This is a follow up task. In the PR we implemented a new tree structure to enable faster searches. Right now for every data change we create a new
FastSearch
instance which is quite inefficient. We want to:FastSearch
instance once, and update it on data changesFastSearch
instance is quite disconnected from theOptionListUtils
. We should see if we can consolidate theFastSearch
andOptionListUtils
.OptionListUtils
is servingThe text was updated successfully, but these errors were encountered: