Skip to content

Improve implementation of Dictionary #3790

@heplesser

Description

@heplesser

Here a few ideas for further improving the Dictionary class:

  • Maybe change to unordered map, as that provides automatic hashing of keys (currently strings) which might make lookups more efficient
  • Consider meta-data about entries, e.g.,
    * Value type (enum?)
    * Whether value is writable
    * Docstring for each entry

Metadata

Metadata

Assignees

No one assigned

    Labels

    I: No breaking changePreviously written code will work as before, no one should note anything changing (aside the fix)S: NormalHandle this with default priorityT: DiscussionStill searching for the right way to proceed / suggestions welcome

    Type

    No type

    Projects

    Status

    To do (open issues)

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions