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 216
Change detector #497
Closed
Closed
Change detector #497
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lib/change_detection/ast.dart
Outdated
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.
CS: super
should be last
DARTIUM: ======== fieldRead: => 58,240 ops/sec (17 us) stdev(0.0028) fieldReadGetter: => 1,480,972 ops/sec (1 us) stdev(0.08649) mapRead: => 1,720,752 ops/sec (1 us) stdev(0.05972) obj.method?(): => 93,362 ops/sec (11 us) stdev(0.00549) obj.method?(obj): => 79,881 ops/sec (13 us) stdev(0.00301) add?(a, a): => 1,342,560 ops/sec (1 us) stdev(0.10907) change-detect List[1000](RunTime): 61.251990689697415 us. DART2JS: ======== fieldRead: => 372,422 ops/sec (3 us) stdev(0.0109) fieldReadGetter: => 1,038,660 ops/sec (1 us) stdev(0.19283) mapRead: => 721,103 ops/sec (1 us) stdev(0.04434) obj.method?(): => 172,910 ops/sec (6 us) stdev(0.00801) obj.method?(obj): => 161,329 ops/sec (6 us) stdev(0.00598) add?(a, a): => 2,432,982 ops/sec (0 us) stdev(0.17624) change-detect List[1000](RunTime): 145.12734924896597 us.
…the new change detection
This changes the behavior in that it will wait for one time bindings to resolve before calling attach();
This is an experimental feature, and may not get into v1.0. Depend on with caution.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.