-
Notifications
You must be signed in to change notification settings - Fork 100
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
Improve load times of songs and Homepage #133
Comments
I can understand your concern, Harmony Music is built on Flutter which uses Dart language, Dart is single threaded language so, we can't expect multithreaded behaviour and it is very difficult to produce multithreaded behaviour, However we can use Isolate but each Isolate's memory is completely isolated.
Currently i'm experimenting for this enhancement, Lets hope for the good :) |
For Home screen loading issue i've added feature to cached home screen conntent data. which loads home screen almost instant. |
Is your feature request related to a problem or new idea? Please describe.
I have seen in other apps like Innertune and Rimusic (fork of Vmusic) the load times of songs and homepage are much faster than in Harmony Music
Describe the solution you'd like
Faster Load times for songs and homepage
The text was updated successfully, but these errors were encountered: