Skip to content

Unify highlighting and sorting #13

Open
@PythonNut

Description

@PythonNut

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions