-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Slower cursor updates in 3.6.x #284
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
Comments
Can you explain the performance issue further or share a benchmark? The replacement will not work correctly if your key-paths are Iterables instead of Array, and I would like to preserve that behavior. If you share a benchmark I can attempt to solve for the performance issue while maintaining the iterable keypath property. |
|
Thanks |
leebyron
added a commit
that referenced
this issue
Jan 12, 2015
leebyron
added a commit
that referenced
this issue
Jan 12, 2015
Released as v3.6.2. Thanks for the quick report. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm experiencing a performance degradation with 3.6.x.
It seems to be caused by the following function:
If I replace it with:
performances are back to normal.
The text was updated successfully, but these errors were encountered: