Skip to content

Collections Support #3

Description

@knickish

Need to add different strategies for handling collections. Hashmaps/sets are straightforward, but need to decide on better ways than == for comparing Vecs/Arrays/LinkedLists/Maps (and allow recursion, probably).

  • unordered/hashable strategy - Turn any two array-like collections into a hashset and compare
  • hashmap/btreemap impl
  • ordered with minimal moves
    • levenshtein
    • damerau–levenshtein
    • hirshberg
    • rope for applying changes
    • myers

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions