-
Notifications
You must be signed in to change notification settings - Fork 194
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: 优化开启多行文本时的布局性能 #2734
perf: 优化开启多行文本时的布局性能 #2734
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it. |
Size Change: +3.58 kB (+1.12%) Total Size: 324 kB
ℹ️ View Unchanged
|
🎉 This PR is included in version @antv/s2-v2.0.0-next.22 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v2.0.0-next.21 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-vue-v2.0.0-next.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
🎨 Enhance
📝 Description
在 #2728 中优化了没有开启多行文本时的性能, 这个 PR 优化开启多行文本时的布局性能 (完成 #2728 (comment) 中的 TODO)
setOptions
触发 merge 的性能损耗.shallowRender
逻辑, 减少initCell
的性能损耗.测试数据样本 (2w 条明细数据):
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge