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

N5ImageLoader should initialize SetupImgLoaders lazily #202

Open
tpietzsch opened this issue Nov 6, 2024 · 1 comment
Open

N5ImageLoader should initialize SetupImgLoaders lazily #202

tpietzsch opened this issue Nov 6, 2024 · 1 comment

Comments

@tpietzsch
Copy link
Member

N5ImageLoader should be able to initialize SetupImgLoaders lazily.

The reason that this is not possible currently is that we need to know the maximum pyramid level occurring, such that the SharedQueue of the VolatileGlobalCellCache can have the correct number of priority levels. A possible solution is to let BlockingFetchQueues increase the number of priorities dynamically.

@tpietzsch
Copy link
Member Author

See imglib/imglib2-cache#18

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