-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
编辑器动态加载块数由定值改为可配置 #6415
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
Comments
最好下限可以设置低一些(感觉 32 或 16 比较好), 因为有些行内元素非常多的文档(比如数学笔记中有大量行内公式), 块数多了后渲染起来很慢 |
可以使用该文件测试一下: mo-vic/Calculus: Chapter11.md |
调整为 |
|
这个影响不大,它们之间没有倍数关系。 |
我也感觉可以调低一点,默认可以为48但是最好可以给一个低一点的选项。其实主要是在意打开文档的瞬间的响应速度的,其他时候的动态加载都还好,我现在如果是把这个数值调高那么会在打开的时候慢很多,是否可以在打开的时候先加载几十个先显示出来画面而非转圈圈,转圈圈给人的感觉总是很糟糕。先显示出来几个然后再动态加载剩余块。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
之前的定值是
36
,改为可配置范围[48, 1024]
The text was updated successfully, but these errors were encountered: