Switch to BTreeSet to provide deterministic serialization (#42)
HashSet does not offer a deterministic iteration order which made serialization non-deterministic. The change to BTreeSet is otherwise transparent but provides deterministic sort order for members.
Loading
Please register or sign in to comment