This repository was archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
+6%: Component Factory should do much less work #1107
Comments
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
Jun 4, 2014
This change makes templateUrl component creation 100% faster. It is a stop-gap until dart-archive#1107 is fixed.
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
Jun 4, 2014
This change makes templateUrl component creation 100% faster. It is a stop-gap until dart-archive#1107 is fixed.
If anybody would like to start work on this, please ping me for details. |
Open
I'll take a short jab at this issue |
My work is in jbdeboer:componentfactoryfactory I see a ~6% performance improvement (after the DI 1.1.0 is in and the ElementProbe is removed) since we aren't making as many injector.get calls |
dsalsbury
pushed a commit
to dsalsbury/angular.dart
that referenced
this issue
Jul 16, 2014
This change makes templateUrl component creation 100% faster. It is a stop-gap until dart-archive#1107 is fixed. Closes dart-archive#1108
dsalsbury
pushed a commit
to dsalsbury/angular.dart
that referenced
this issue
Jul 16, 2014
This change makes templateUrl component creation 100% faster. It is a stop-gap until dart-archive#1107 is fixed. Closes dart-archive#1108
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The style element and view factory should be precomputed in the Compiler
This will allow us to remove all of the global injected services and most of the logic.
I estimate a 10-15% speed up in component creation.
The text was updated successfully, but these errors were encountered: