Skip to content

Use LinkedHashSet to store sets #159

Open
@psybers

Description

@psybers

A Java LinkedHashSet is preferred for storing set in Boa, as the output order (if printed/shown in the output) will be predictable leading to identical job outputs.

Currently we use HashSet, where the iterated order of the items is not deterministic and thus some jobs will have output that is bytewise different (but semantically equivalent) on subsequent runs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions