Skip to content

Investigate internally changing Buckets from an array to a dictionary #886

@ciaranschutte

Description

@ciaranschutte

Bucket count size can be very large
Using a dictionary would improve operations on Buckets for lookup time (lookup by key versus Array methods eg. Array.find)

example of need to use dictionary instead of array: #885 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions