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

caching for "scanning a plane with a tile-compositing accessor" #77

Closed
ptahmose opened this issue Nov 7, 2023 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@ptahmose
Copy link
Contributor

ptahmose commented Nov 7, 2023

c.f. #73 - for the use-case where a plane is swept with a ROI (in case of using an accessor which performs tile-composition), the performance (in case of CZIs containing compressed data) is expected to greatly benefit from caching the decompressed bitmaps.

Esp. this scan-pattern is of interest here:
image

An implementation has to allow for controlling the memory-usage of the cache, and it must need to deal with cache eviction. The versatility of libCZI-implementation should not be compromised.

@ptahmose ptahmose added the enhancement New feature or request label Nov 7, 2023
ptahmose added a commit to ptahmose/libczi-zeiss that referenced this issue Dec 6, 2023
@ptahmose
Copy link
Contributor Author

ptahmose commented Dec 6, 2023

As far as libCZI is concerned, I'd consider this task as done.

@ptahmose ptahmose closed this as completed Dec 6, 2023
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

No branches or pull requests

1 participant