Skip to content

Clean-up global maps and non POD objects #3964

Description

We have a number of std::map / std::unordered_map that map std::string to other things which require dynamic initializers/atexit destructors and make DLL load slower and bloatier. We should remove these.

Relevant guidance: https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions