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

Speed up the auto-re-normalize #90

Open
gully opened this issue Apr 3, 2023 · 0 comments
Open

Speed up the auto-re-normalize #90

gully opened this issue Apr 3, 2023 · 0 comments

Comments

@gully
Copy link
Member

gully commented Apr 3, 2023

We saw a neat demo of the auto-re-normalize button for the dashboard. It's prohibitively slow, I think because we are making copies and making new fitting objects each time. I bet we could speed it up by surgically applying linear algebra to just the flux vector, while avoiding as many copies as possible. A key idea of the dashboard is to keep the latency to near imperceptible levels, for a really fascinating user experience.

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