Skip to content

Make InsertionOrderedDictionary use a single allocation #126

@dabrahams

Description

@dabrahams

By cannibalizing implementation details of Dictionary from the standard library (which should be exposed as part of a hashtable construction kit, but that's a separate issue) we could avoid storing a dictionary plus an array, and (I think) avoid storing keys twice.

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