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

Axes take up too much memory #300

Open
James-Crean opened this issue May 3, 2018 · 0 comments
Open

Axes take up too much memory #300

James-Crean opened this issue May 3, 2018 · 0 comments

Comments

@James-Crean
Copy link
Contributor

When loading a large file, each value an axis can be set to is loaded into react state. There are climate files with a very large number of possible values (). This causes the browser to become unresponsive for a very long time and can even cause the browser to run out of memory.

We need to drastically reduce the amount of data sent to the browser as well as make sure that the data is stored efficiently and is not duplicated.

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