This repository has been 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
For performance, use Injector.getByKey instead of Injector.get #1081
Comments
@markovuksanovic Could you take a look at these Right now we are looking up the key in a cache inside of di.Key, but this is wasted work if we can simply pass in a static Key. |
I am working on element_binder.dart |
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
May 29, 2014
4% improvement in TreeComponent benchmark For dart-archive#1081
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
May 29, 2014
4% improvement in TreeComponent benchmark For dart-archive#1081
@jbdeboer I guess that means I should exclude element_binder when working on this? |
:-) On Thu, May 29, 2014 at 6:48 PM, Marko Vuksanovic [email protected]
|
jbdeboer
added a commit
to jbdeboer/angular.dart
that referenced
this issue
Jun 2, 2014
4% improvement in TreeComponent benchmark For dart-archive#1081 Closes dart-archive#1085
mvuksano
added a commit
to mvuksano/angular.dart
that referenced
this issue
Jun 3, 2014
mvuksano
added a commit
to mvuksano/angular.dart
that referenced
this issue
Jun 4, 2014
jbdeboer
pushed a commit
to jbdeboer/angular.dart
that referenced
this issue
Jun 4, 2014
jbdeboer
pushed a commit
to jbdeboer/angular.dart
that referenced
this issue
Jun 4, 2014
dsalsbury
pushed a commit
to dsalsbury/angular.dart
that referenced
this issue
Jul 16, 2014
4% improvement in TreeComponent benchmark For dart-archive#1081 Closes dart-archive#1085
dsalsbury
pushed a commit
to dsalsbury/angular.dart
that referenced
this issue
Jul 16, 2014
dsalsbury
pushed a commit
to dsalsbury/angular.dart
that referenced
this issue
Jul 16, 2014
4% improvement in TreeComponent benchmark For dart-archive#1081 Closes dart-archive#1085
dsalsbury
pushed a commit
to dsalsbury/angular.dart
that referenced
this issue
Jul 16, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This avoids a hash lookup on get
The text was updated successfully, but these errors were encountered: