-
Notifications
You must be signed in to change notification settings - Fork 205
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
perf: optimize performance #1789
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Aarebecca
commented
Oct 16, 2024
•
edited
Loading
edited
- 移除 enableCSSParsing
⚠️ - 清理部分 CSS 解析模块
- 优化对象分配以减少 GC
- 提供 Fragment 以支持批量插入元素
- 优化内存多个内存泄漏点
- 移除 G 3.0 相关适配逻辑
⚠️ - 优化部分语法性能
- Transform 支持数组格式传入
Aarebecca
force-pushed
the
perf/optimize-proposal
branch
from
October 16, 2024 13:49
b4c820b
to
af9d607
Compare
Aarebecca
force-pushed
the
perf/optimize-proposal
branch
2 times, most recently
from
October 17, 2024 07:25
99a1b4a
to
01ba274
Compare
Aarebecca
force-pushed
the
perf/optimize-proposal
branch
from
October 17, 2024 07:32
01ba274
to
1dd60b5
Compare
Aarebecca
force-pushed
the
perf/optimize-proposal
branch
from
October 17, 2024 08:42
259ce4e
to
4cc14d0
Compare
Comment on lines
+143
to
+144
!isNaN(rBushNode.aabb.maxX) && | ||
!isNaN(rBushNode.aabb.maxX) && |
Check warning
Code scanning / CodeQL
Identical operands Warning
Operands and are identical.
!isNaN( ... b.maxX)
Error loading related location
Loading !isNaN( ... b.maxX)
Error loading related location
Loading
Aarebecca
force-pushed
the
perf/optimize-proposal
branch
from
October 18, 2024 12:27
448fad0
to
a32363c
Compare
建议标记一下 BREAKING CHANGE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.