BeatSaberPlaylistsLib icon indicating copy to clipboard operation
BeatSaberPlaylistsLib copied to clipboard

There should be an Async / Parallelized version of PlaylistManager.GetAllPlaylists()

Open kinsi55 opened this issue 2 years ago • 1 comments

With 7 small playlists, that method takes 100ms to execute - Most of the time is probably spent on JSON parsing, so the best optimization that could be done there is probably parallelizing it :D

With how LoadAllPlaylists() is implemented, it should be easy enough to paralellize it

kinsi55 avatar Jul 13 '22 03:07 kinsi55