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

Yo-yoify (or something) critical render paths #174

Closed
bcomnes opened this issue Jun 3, 2017 · 0 comments · Fixed by #240
Closed

Yo-yoify (or something) critical render paths #174

bcomnes opened this issue Jun 3, 2017 · 0 comments · Fixed by #240
Assignees
Milestone

Comments

@bcomnes
Copy link
Contributor

bcomnes commented Jun 3, 2017

Yo-yoify really speeds things up by replacing slow bel calls to really fast createElement calls. This is mainly important for the infinity scroller since we still have some performance hiccups on list re-renders.

I don't want to introduce a built step. Either replace bel usage in these render paths with built in calls to createElement, or create a bel memoizer function that does what yoyo-ify basically does on runtime.

@bcomnes bcomnes changed the title Yo-yoify critical render paths Yo-yoify (or something) critical render paths Jun 3, 2017
@bcomnes bcomnes modified the milestone: Winamp 2 Jun 5, 2017
@bcomnes bcomnes mentioned this issue Jun 17, 2017
5 tasks
@bcomnes bcomnes self-assigned this Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant