Skip to content

Prefer non-heap-reallocating versions of structs used in host code #331

@vabold

Description

@vabold

std::string and std::unordered_map are structs that are built to reallocate on the heap for some operations, but we never use those because they're always const-qualified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P4Priority: TrivialengineCode involving engine (C++)improvementImprovement to existing code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions