Skip to content

Topic mappings in std::map instead of std::unordered_map #37

@mvccogo

Description

@mvccogo

Greetings,

Is there a reason why the mappings are being stored in a std::map and not in a std::unordered_map? I can think of some reasons:

  1. Memory constraints
  2. Order of the mappings is necessary
  3. Number of mappings is too small

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions