-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Experiments #180
Experiments #180
Conversation
stefanpenner
commented
Dec 15, 2016
•
edited
Loading
edited
- split into separate PR
- micro-task for auto-runs (would be nice to factor to share \w RSVP?)
- add note to where to deprecate nested runs
- incremental Queue flush
- Incremental flush across different mechanisms for a subset of queues (rAF/ micro-task), ala igniter
Interesting popup blocker details when changing some flush types: #181 |
I was just debugging a sub 60-fps rendering issue, where I saw that the I was about to suggest a micro-task approach instead, but it seems that you are already on this. 👍 |
@kanongil so, if you are hitting |
@stefanpenner Ah, I had always assumed that Embers Anyway, this still look interesting :-) |
@kanongil well, it will create a new one (with an autorun |
plumbing for incremental stuff landed, and micro-task for auto-run is landing here: #306 |