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

Simplify image class data storage #905

Closed
ivmartel opened this issue Apr 9, 2021 · 0 comments · Fixed by #950
Closed

Simplify image class data storage #905

ivmartel opened this issue Apr 9, 2021 · 0 comments · Fixed by #950
Labels
enhancement New feature or request
Milestone

Comments

@ivmartel
Copy link
Owner

ivmartel commented Apr 9, 2021

The image class storage uses multi dimensional array to store possible frames. This must be simplified to only use one dimension and find frame (or other dimension) data according to input dimensions. That way frames are only used when necessary.

Allocating the full array at startup may be preferable instead of the current per slice allocation (similar spirit as #569). Simplifying code to facilitate garbage collection of slice data could also help.

@ivmartel ivmartel added the enhancement New feature or request label Apr 9, 2021
@ivmartel ivmartel added this to the 0.29.0 milestone Apr 9, 2021
@ivmartel ivmartel modified the milestones: 0.29.0, 0.30.0 May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant