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

Lazy streaming-based rendering #275

Open
cjachekang opened this issue Feb 19, 2021 · 0 comments · May be fixed by #291
Open

Lazy streaming-based rendering #275

cjachekang opened this issue Feb 19, 2021 · 0 comments · May be fixed by #291
Assignees

Comments

@cjachekang
Copy link
Contributor

Computing recommendations on large datasets can be very slow. To account for this, we can have Lux render tabs when they are computed instead of rendering Lux only after all tabs are computed; that is, lazily stream in the tabs/recommendations. This will allow users to interact with a part of the widget while the widget computes the rest of the recommendations.

@cjachekang cjachekang self-assigned this Feb 19, 2021
@cjachekang cjachekang added this to the S2: February 2021 milestone Feb 19, 2021
@cjachekang cjachekang linked a pull request Mar 2, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant