-
Notifications
You must be signed in to change notification settings - Fork 1
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
Increase image opening speed #18
Conversation
I really like the Ultimately, what do you think of us creating a Eventually we should move other data-structures and interfaces there, to promote reusability with different open-source licenses. |
Yes, I think it's a good idea |
I will merge this pull request now so that I can respond to #1. I'll update this extension when we create the |
@petebankhead could you review the
ObjectPool
class? It's a generic class to create a pool of objects. It could be integrated to QuPath as it can be useful outside of the OMERO extension (for example to simplify the BioFormats image server). You can see an example of how it is used in theIceReader
class.