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

性能深度优化 #104

Closed
army8735 opened this issue Oct 31, 2020 · 0 comments
Closed

性能深度优化 #104

army8735 opened this issue Oct 31, 2020 · 0 comments

Comments

@army8735
Copy link
Member

army8735 commented Oct 31, 2020

动画引擎每帧执行过程中,2帧情况无需每次2分查找帧,对此进行优化
当前帧无需每帧执行,播放完一轮再调整

root更新合并过程优化循环

渲染过程递归改为循环,原本连尾递归都不是。reflow过程先进行一次类似逆波兰的过程组成链表。

army8735 added a commit that referenced this issue Nov 3, 2020
army8735 added a commit that referenced this issue Nov 3, 2020
army8735 added a commit that referenced this issue Nov 3, 2020
army8735 added a commit that referenced this issue Nov 3, 2020
army8735 added a commit that referenced this issue Nov 3, 2020
army8735 added a commit that referenced this issue Nov 3, 2020
army8735 added a commit that referenced this issue Nov 3, 2020
army8735 added a commit that referenced this issue Nov 3, 2020
army8735 added a commit that referenced this issue Nov 3, 2020
army8735 added a commit that referenced this issue Nov 3, 2020
army8735 added a commit that referenced this issue Nov 4, 2020
army8735 added a commit that referenced this issue Nov 5, 2020
army8735 added a commit that referenced this issue Nov 5, 2020
army8735 added a commit that referenced this issue Nov 5, 2020
army8735 added a commit that referenced this issue Nov 5, 2020
army8735 added a commit that referenced this issue Nov 5, 2020
army8735 added a commit that referenced this issue Nov 16, 2020
army8735 added a commit that referenced this issue Nov 16, 2020
army8735 added a commit that referenced this issue Nov 19, 2020
army8735 added a commit that referenced this issue Nov 19, 2020
army8735 added a commit that referenced this issue Nov 19, 2020
army8735 added a commit that referenced this issue Nov 21, 2020
army8735 added a commit that referenced this issue Nov 22, 2020
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

1 participant