-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
大文本计算性能优化 #837
Comments
编辑器存在性能问题的点:
现状: 可行方案:
目前准确判断影响范围难度较大,可以渐进优化 |
忽略了有很多表格的情况,即便只有万字,但是有很多表格存在的话,计算所占用的主线程时间还是过长,看了源码我大概明白可行方案的第二个方案的意思,因为我们这个业务比较急,我也会尝试着去改下。 |
用Rust或者C重写核心排版逻辑后编译成wasm调用应该对性能也有所提升,不过这个是更后面阶段才该考虑的事情了 |
What problem does this feature solve?
首先感谢这个库
目前基于这个库在做业务,已实现文档锁定、批注polyline划线等
目前遇到的问题是,大数据量的文本或者表格在render的时候会出现卡顿
看performance监测,是render函数computeRowList,计算每行的信息时占用了太长时间
我想自己优化这点,但是这涉及到的代码或者设计有点多,请问作者有什么思路给到我能完成这个优化吗,或者我看官方文档中未来的feature也会有计算优化,这个部分什么时候能发布呢
What does the proposed API look like?
希望能回复,谢谢了
The text was updated successfully, but these errors were encountered: