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

Actions view buildup causes performance issues #3

Open
jackTabsCode opened this issue Sep 9, 2023 · 1 comment
Open

Actions view buildup causes performance issues #3

jackTabsCode opened this issue Sep 9, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@jackTabsCode
Copy link
Owner

When tons of actions are dispatched, rendering all of them gets very expensive. Some sort of paging based on the widget size would help dramatically.

@jackTabsCode jackTabsCode added enhancement New feature or request help wanted Extra attention is needed labels Sep 9, 2023
@jackTabsCode
Copy link
Owner Author

Instead of doing paging, I'm probably going to implement this:
https://github.com/jsdotlua/virtualized-list-lua

@jackTabsCode jackTabsCode changed the title Paging for actions Actions view buildup causes performance issues Oct 23, 2023
@jackTabsCode jackTabsCode added bug Something isn't working and removed enhancement New feature or request help wanted Extra attention is needed labels Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant