theKashey / proxyequal

There is a bit more smart way to compare things, than a shallow equal.
MIT License
72 stars 7 forks source link

An extra API to disable collecting `differs` #9

Closed dai-shi closed 5 years ago

dai-shi commented 5 years ago

Unless drainDifference is called, differs keep increasing. Most likely, we want to avoid it in the production environment.

An extra API is just one option.