We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now when using the movies data set from Vega_datasets, using this is slow and has large memory footprint
(run https://github.com/willeppy/implicit-lux-user-study on binder to see what Im talking about for large memory)
I think this might be because CustomVis is serializing the whole data for each vis, but could be a larger lux issue
Potential fix
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now when using the movies data set from Vega_datasets, using this is slow and has large memory footprint
(run https://github.com/willeppy/implicit-lux-user-study on binder to see what Im talking about for large memory)
I think this might be because CustomVis is serializing the whole data for each vis, but could be a larger lux issue
Potential fix
The text was updated successfully, but these errors were encountered: