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

Question - virtual flow, large data list and window resizing #125

Open
PavelTurk opened this issue Oct 13, 2024 · 1 comment
Open

Question - virtual flow, large data list and window resizing #125

PavelTurk opened this issue Oct 13, 2024 · 1 comment

Comments

@PavelTurk
Copy link

Let's suppose we have 100.000.000 apples. To show one apple in a row we need 50px. So, number of rows will be 100.000.000 / (window.getWidth() / 50). If a window width is 2000px then we have 40 apples in a row and we need 2.500.000 rows in observable list. However, user can change window width again and again.

Could anyone say how to work with virtual flow in such situation in terms of performance?

@PavelTurk PavelTurk changed the title Question - virtual flow, large data and window resizing Question - virtual flow, large data list and window resizing Oct 16, 2024
@PavelTurk
Copy link
Author

Any ideas?

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

1 participant