Skip to content

Scrolling feels Sluggish #276

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

Open
JonnyNOS opened this issue Mar 10, 2025 · 3 comments
Open

Scrolling feels Sluggish #276

JonnyNOS opened this issue Mar 10, 2025 · 3 comments

Comments

@JonnyNOS
Copy link

I feel like when there are many highlighted cells/cells with values/etc. the scrolling becomes very laggy and Sluggish.
Is this normal or do i need to make adjustments to my code?

@ragardner
Copy link
Owner

I agree, I have found the culprit, a call to dict.get() for every char, fix using try and except coming soon, should make redrawing twice as fast

@ragardner
Copy link
Owner

Hello, I have addressed the performance somewhat in 7.4.12, let me know if it is any better!

@JonnyNOS
Copy link
Author

It's way better. Even tho when there are many highlighted cells or data in cells the scrolling is still a bit behind

i have ~35 columns and ~50 rows in my app and i have small cell sizes so everything is visible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants