Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add boolean diff mode that aborts as soon as a difference is found #118

Open
nhooey opened this issue Oct 12, 2017 · 1 comment
Open

Add boolean diff mode that aborts as soon as a difference is found #118

nhooey opened this issue Oct 12, 2017 · 1 comment

Comments

@nhooey
Copy link

nhooey commented Oct 12, 2017

Sometimes you just want to know if two things differ deeply, but aren't interested in the details. A diff mode that returns a boolean and aborts early would perform much better than the default implementation.

@sebn
Copy link

sebn commented Jun 20, 2018

Woudn't lodash's _.isEqual (or something equivalent) do the trick, since we can install it on its own and it doesn't have any dependency? So it doesn't really have to be part of deep-diff... or did I miss anything?

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

No branches or pull requests

2 participants