Skip to content

Determine if Custom Hashers vs No Hasher Makes a Performance Difference #112

@Chris3606

Description

@Chris3606

Currently, classes like Area which accept a custom hasher pass EqualityComparer.Default to the underlying structures if there is no result. However the Point hashing tests provide at least initial evidence to suggest passing EqualityComparer.Default may be slower than passing no hasher at all. We should test this and optimize accordingly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions