-
Notifications
You must be signed in to change notification settings - Fork 5
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
arrayDiff poor performance #1
Comments
maybe provide an option like |
Good to know. About how many items are in these arrays? Haven't tried to I can add an option to setDiff to skip array diffing relatively easily.
On Mon, Jun 24, 2013 at 1:18 PM, Tyler Renelle [email protected]:
|
The latter is my current workaround at present. I implemented a About 100 item arrays methinks, one or two of them per setDiff. |
I've started replacing a lot of my old
batchTxn
calls withmodel.setDiff
. It performs great if there aren't any arrays, but with a few arrays in the mix it often crashes Chrome. When I run CPU profiling around some operations, sure enough it's ~90%arrayDiff
. I'll post back one I have some more useful info to provide, just thought I'd heads-up y'all earlyThe text was updated successfully, but these errors were encountered: