core icon indicating copy to clipboard operation
core copied to clipboard

[FEATURE] 编辑器性能提升

Open hacke2 opened this issue 1 year ago • 0 comments

如果你的需求与问题相关,请在下面描述一下(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 avatar Jul 24 '24 08:07 hacke2