Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: add a checkbox to optionally increase seconds on every frame #5

Open
Alexander-Taran opened this issue Mar 8, 2018 · 1 comment

Comments

@Alexander-Taran
Copy link

Somebody saw your demo and created a repro using Aurelia
http://aurelia-thousand-nodes.bigopon.surge.sh/
and here is the repo
https://github.com/bigopon/aurelia-thousand-nodes

but with values in nodes updating only each second there is no way to compare.
Both implementations (react with fiber and aurelia) perform @ 60fps.

But if updates to seconds happen on every frame - things slow down a bit.

Could you modify your demo to include the checkbox that when checked eliminates the interval and increases seconds on every frame?

@ryansolid
Copy link

I recommend applying CPU throttling in the Chrome Debugger Menu if you want to understand the difference of what is happening.

On my computer Aurelia stalls out as the numbers update under load, whereas Fiber is smooth but decides not to increment the numbers in some scenarios.

See if its the same for you. I think incremental rendering still has a bit of a ways to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants