-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Improve InternalModel (2x - 3x faster) #3641
Conversation
0994346
to
17f58c7
Compare
f8a0268
to
b6109d0
Compare
var _extractPivotNameCache = Object.create(null); | ||
var _splitOnDotCache = Object.create(null); | ||
var _extractPivotNameCache = new EmberObject(); | ||
var _splitOnDotCache = new EmberObject(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't you mean EmptyObject here too?
Lol late night patches. Will fix when I get to work |
How do we measure the speed? |
b6109d0
to
ca9393f
Compare
how do you, or how did I? I just through together a quick one-off manual test. But the composed improvements are each well known to be very very worth while. |
i'll look at the tests shortly, i was an idiot and started moving other stuff around :P |
i think travis is in a bad state, the UI seems funky telling me this project isn't setup/configured. Tests appear green locally. |
@fivetanley @wecc @igorT any ideas whats up with travis and ED ? cc @drogus |
looks like a test failure unrelated to this PR, it is present on master as is. Investigating |
…tly (I’m pretty sure i wrote the test in question…)
Improve InternalModel (2x - 3x faster)
emberjs#3641 Improve InternalModel (2x - 3x faster) emberjs#3649 Empty object
emberjs#3641 Improve InternalModel (2x - 3x faster) emberjs#3649 Empty object
No description provided.