Skip to content

Refactor stateful precompile look ups to use binary search #29

Description

@nddeluca

Currently, when fetching a module from the registry, or searching the enabled list, we iterate in O(N) fashion.

For the registry all addresses are sorted, so we could use a binary search there.

For enabled precompiles, I'm unsure if a sorted list will always be passed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions