vtable 的计算逻辑可以移到worker里面进行吗,避免阻塞主线程
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
数据量很大的时候需要三秒多才能完成渲染,而且计算是在主线程进行的,会造成页面的卡顿问题,有可能使用离屏canvas进行渲染吗?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the VTable rendering and calculation entry points, then reproduce the three-second render with a large dataset and profile main-thread work. Done means establishing whether the calculation or rendering can move to a worker or OffscreenCanvas without blocking the page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100