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

Feature Request - Add a new method that returns true, at the first encounter of difference #24

Open
azme94 opened this issue Apr 20, 2024 · 1 comment

Comments

@azme94
Copy link

azme94 commented Apr 20, 2024

Request: A method that returns immediately, at the first encounter of difference, without any further difference checks.
bool IsDiff(ob1, obj2)

Justification: Sometimes, the app only cares about if the objects are same or not and then only write the updated full object to DB.

@azme94 azme94 changed the title Feature Request - Return true Feature Request - Add a new method that returns true, at the first encounter of difference Apr 20, 2024
@replaysMike
Copy link
Owner

Good idea, I'll look into implementing that on Monday as it would be pretty easy.

I may even through in some performance improvements since I haven't touched this lib in a while

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

No branches or pull requests

2 participants