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

optimize example further #462

Merged
merged 1 commit into from
Apr 1, 2017
Merged

optimize example further #462

merged 1 commit into from
Apr 1, 2017

Conversation

yoshuawuyts
Copy link
Member

Expands on #460, debounces input & removes long frames from key events by pushing them to the start of the next frame. The remaining long frames are because of choo's diffing function in the case of large numbers of todos - which is something that can be optimized through a combination of Nanocomponent and choojs/nanomorph#8.

screenshot

screen shot 2017-04-01 at 19 59 06

@yoshuawuyts
Copy link
Member Author

This should be good now, merging!

@yoshuawuyts yoshuawuyts merged commit 16d15d0 into master Apr 1, 2017
@yoshuawuyts yoshuawuyts deleted the optimize-further branch April 1, 2017 23:20
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

Successfully merging this pull request may close these issues.

1 participant