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

Optimise grid rendering #239

Merged
merged 2 commits into from
Sep 29, 2021
Merged

Conversation

ibdafna
Copy link
Member

@ibdafna ibdafna commented Sep 26, 2021

Signed-off-by: Itay Dafna i.b.dafna@gmail.com

This PR introduces some rendering optimisations by enabling blitting where possible and reducing the number of paint calls for the entire viewport. There is still room for performance tuning, which I'll hopefully have time to explore in the next few weeks.

I also added a helper function regionHasMergedCells. It's not used in this PR, but it will be used in the next PR.

Signed-off-by: Itay Dafna <i.b.dafna@gmail.com>
@jupyterlab-probot
Copy link

Thanks for making a pull request to lumino!
To try out this branch on binder, follow this link: Binder

Signed-off-by: Itay Dafna <i.b.dafna@gmail.com>
Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@blink1073 blink1073 added the maintenance Dependencies, build, technical debt, etc. label Sep 29, 2021
@blink1073 blink1073 merged commit d6c5e4b into jupyterlab:master Sep 29, 2021
@ibdafna ibdafna deleted the optimise_rendering branch October 1, 2021 07:27
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
maintenance Dependencies, build, technical debt, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants