FormidableLabs / react-fast-compare

fastest deep equal comparison for React
MIT License
1.59k stars 54 forks source link

use of triple equal in comparisons #19

Closed marcelmokos closed 6 years ago

marcelmokos commented 6 years ago
chrisbolin commented 6 years ago

hey @marcelmokos! i'm going to defer to fast-deep-equal (our fork's origin) on this one: https://github.com/epoberezkin/fast-deep-equal/blob/master/index.js . We are striving to maintain parity with that code. I'm so sorry for the confusion - we've updated our CONTRIBUTING.md to be more clear. Thanks for your patience.

If you swap out the doubles for triples in fast-deep-equal's code and you get better results, I bet they would be willing to merge it; then we could update our code as well. Cheers!