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

Cache thumbnail images #3

Open
apsun opened this issue Dec 6, 2020 · 0 comments
Open

Cache thumbnail images #3

apsun opened this issue Dec 6, 2020 · 0 comments

Comments

@apsun
Copy link
Owner

apsun commented Dec 6, 2020

Right now caching is in-memory only, and in order to generate the thumbnails we resize the original images down. This feels wasteful (although I don't know how wasteful), so we should probably write the thumbnails we generate to Library/Caches to directly load them next time.

We would have to do this lazily on first use though, since from the app container we have no clue how big the keyboard will be.

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