Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Conversation

jbdeboer
Copy link
Contributor

@jbdeboer jbdeboer commented Jul 1, 2014

The Default TreeComponent benchmark dropped from 572ms to 501ms

Closes #1194

The Default TreeComponent benchmark dropped from 572ms to 501ms

Closes dart-archive#1194
@chirayuk
Copy link
Contributor

chirayuk commented Jul 1, 2014

Sweet!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you add comment why do we need this field?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would caching the list be more efficient ? It could prevent calling querySelectorAll twice

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vicb, no -- NodeLinkingInfo is created by inspecting the template, where _link is operating on clones of the template. They are two sets of nodes which have the same structure.

@mhevery
Copy link
Contributor

mhevery commented Jul 1, 2014

LGTM

@jbdeboer jbdeboer added cla: yes and removed cla: no labels Jul 1, 2014
jbdeboer added a commit that referenced this pull request Jul 1, 2014
The Default TreeComponent benchmark dropped from 572ms to 501ms

Closes #1194
Closes #1196
@jbdeboer jbdeboer closed this in eac36d1 Jul 1, 2014
jbdeboer added a commit that referenced this pull request Jul 1, 2014
The Default TreeComponent benchmark dropped from 572ms to 501ms

Closes #1194
Closes #1196
dsalsbury pushed a commit to dsalsbury/angular.dart that referenced this pull request Jul 16, 2014
The Default TreeComponent benchmark dropped from 572ms to 501ms

Closes dart-archive#1194
Closes dart-archive#1196
dsalsbury pushed a commit to dsalsbury/angular.dart that referenced this pull request Jul 16, 2014
The Default TreeComponent benchmark dropped from 572ms to 501ms

Closes dart-archive#1194
Closes dart-archive#1196
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

Pre-compute ViewFactory linking checks
4 participants