Skip to content
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

[FEATURE] 编辑器性能提升 #3879

Open
hacke2 opened this issue Jul 24, 2024 · 0 comments
Open

[FEATURE] 编辑器性能提升 #3879

hacke2 opened this issue Jul 24, 2024 · 0 comments
Labels
🎨 feature feature required

Comments

@hacke2
Copy link
Member

hacke2 commented Jul 24, 2024

如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)

  1. 减少计算开销:IDE 密集计算逻辑从主线程迁移到 web-worker 中
    a. 语法着色
    b. prompt 工程
    c. diff 计算
    d. link 计算
  2. 减少绘制开销
    a. shadow-dom优化:编辑器样式变更应用到局部而非全局
    b. 减少重绘次数
  3. 减少内存开销
    a. 加载文件改为流失传输

描述你预期的功能表现(Describe the solution you'd like)

描述你考虑过的替代方案(Describe alternatives you've considered)

补充信息(Additional context)

@hacke2 hacke2 added the 🎨 feature feature required label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 feature feature required
Projects
None yet
Development

No branches or pull requests

1 participant