Skip to content

Mark custom hash functions as noexcept when applicable #13

@arashbm

Description

@arashbm

libstdc++ would try to cache hash values unless the hash function is marked as noexcept and __is_fast_hash<hasher> returns true, which is the default. This might have some performance and memory use impact.

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