Skip to content

Filtering is slow when there are many items #106

@leg100

Description

@leg100

Filtering items gets slow when there are more than several hundred items.

Move filtering op from O(n) to O(log n), i.e. use hash tables or a dedicated indexing library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions