8 ms·
Depending on how much that equality check is deciding the application's performance, jsonifying to compare stuff is fairly ok. Just beware of any lists which y
by more-coffee 4y ago
Depending on how much that equality check is deciding the application's performance, jsonifying to compare stuff is fairly ok.
Just beware of any lists which you'll need to sort manually (on both sides) to prevent false negatives :)