Skip to content

Document determinism guarantee of FxHasher #59

Open
@benediktsatalia

Description

@benediktsatalia

Currently, FxHasher is deterministic (accross multiple instances within one run, accross runs, accross machines with the same target_pointer_width). I am wondering if this crate is committed to upholding this rule or if this cannot relied upon with future changes?

I am asking because I think determinism is an important part for many applications (think about when you want you iterate over a FxHashMap and want your runs to be reproducible). So if the crate is committed to uphold this rule it would be great if this could be documented somewhere.

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