eclipse-cdt-cloud / eclipse-cdt-cloud/timeline-chart
Don't update the model unnecessarily when scaling or scrolling
Open
- Dominant language
- TypeScript
- Stars
- 35
- Forks
- 32
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 3
Description
Atm the underlying component model is recreated on every vie change. Which causes a lot of objects being created and garbage collected.
We should instead use the viewport and scaling information on an existing component model.
Separated from that the component model should only be recreated if a new data model is available.
Contributor guide
Assessment
This issue has not been assessed yet.