You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, flx-score is called twice on each candidate, once for highlighting and once for sorting. This is obviously not ideal.
It would be nice to find a way to reuse the result of the scoring for both passes. This should lead to a ~2x performance improvement. Unfortunately, this is difficult because the two passes are very strongly abstracted from each other. This will likely take a deep dive into helm's source code.
The text was updated successfully, but these errors were encountered:
Currently,
flx-score
is called twice on each candidate, once for highlighting and once for sorting. This is obviously not ideal.It would be nice to find a way to reuse the result of the scoring for both passes. This should lead to a ~2x performance improvement. Unfortunately, this is difficult because the two passes are very strongly abstracted from each other. This will likely take a deep dive into
helm
's source code.The text was updated successfully, but these errors were encountered: