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

Store soft references to project thumbnails #1483

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

petebankhead
Copy link
Member

Aims to fix #1446

The soft reference should be cleared whenever memory is scarce. Otherwise, it should speed up thumbnail loading within the UI, without a requirement to introduce a separate cache within the UI code itself.

Aims to fix qupath#1446
The soft reference should be cleared whenever memory is scarce. Otherwise, it should speed up thumbnail loading within the UI, without a requirement to introduce a separate cache within the UI code itself.
@petebankhead petebankhead added this to the v0.5.1 milestone Mar 4, 2024
@petebankhead petebankhead merged commit ebd2241 into qupath:main Mar 4, 2024
3 checks passed
@petebankhead petebankhead deleted the thumbnails branch March 4, 2024 09:20
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

Successfully merging this pull request may close these issues.

Displaying large numbers of thumbnails in a project is too slow
1 participant