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

Use caching of images in the Live Viewer for most recent images #2421

Open
MikeSullivan7 opened this issue Nov 29, 2024 · 0 comments
Open

Use caching of images in the Live Viewer for most recent images #2421

MikeSullivan7 opened this issue Nov 29, 2024 · 0 comments
Assignees

Comments

@MikeSullivan7
Copy link
Collaborator

MikeSullivan7 commented Nov 29, 2024

Desired Behaviour

Following from the work done with Dask, it may give a performance increase if we use a custom cache for the images read in by the Live Viewer for the most recent images. The cache should be fixed at a certain number of images which could be decided by the user depending on their memory resources. Using a cache would allow the spectrum to be calculated a lot faster for recent images, with the rest of the spectrum calculated for example by an async task.

Current Behaviour

The Live Viewer currently does not allow the spectrum to be calculated as the images are not stored in memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

1 participant