Skip to content

Improve getNodeForKey search performance #3

@jamsesso

Description

@jamsesso

Currently getNodeForKey searches the list of nodes linearly. This could be done in O(log(n)) time using a binary search.

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