Skip to content

Conversation

melle
Copy link
Collaborator

@melle melle commented Feb 23, 2021

Because everything is Any and we cannot convince the compiler that the input is equatable,
values are converted to String.
The hard problem here are Sets and Dictionaries, because they're unordered and comparing
is impossible. The solution is to order before comparing, which might be not great performace-
wise.

Copy link
Member

@luizmb luizmb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really good!
🎉

@luizmb luizmb merged commit b9856b2 into master Feb 24, 2021
@luizmb luizmb deleted the recursiveDiff branch February 24, 2021 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants