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

Reduce loading time #70

Open
1 of 3 tasks
devnoname120 opened this issue Jul 1, 2019 · 0 comments
Open
1 of 3 tasks

Reduce loading time #70

devnoname120 opened this issue Jul 1, 2019 · 0 comments
Assignees

Comments

@devnoname120
Copy link
Owner

devnoname120 commented Jul 1, 2019

Currently all the icons are downloaded and loaded on start in a synchronous manner. Due to Vita's low IO performances it takes a long time, and it has been getting worse as the number of entries was multiplied by two since the initial release.

Solution:

  • Refactor Texture to use a policy pattern (CachingPolicy).
  • Refactor Texture to use a policy pattern for loading as well (LoadingPolicy).
  • Implement an asynchronous loading policy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant