-
Notifications
You must be signed in to change notification settings - Fork 200
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: 优化生成grid模式时性能问题 #1686
perf: 优化生成grid模式时性能问题 #1686
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +20 B (0%) Total Size: 426 kB
ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## master #1686 +/- ##
==========================================
+ Coverage 77.10% 77.44% +0.33%
==========================================
Files 231 231
Lines 11197 11219 +22
Branches 2361 2370 +9
==========================================
+ Hits 8634 8688 +54
+ Misses 1244 1219 -25
+ Partials 1319 1312 -7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
🎉 This PR is included in version @antv/s2-v1.26.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
👀 PR includes
✨ Feature
🎨 Enhance
🐛 Bugfix
🔧 Chore
📝 Description
在DI侧,从明细模式切换到聚合模式时,如果数据量比较大,整个转换过程耗时非常久,排查原因是
uniqWith
函数耗时特别久使用for来提前退出,减少开销
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge