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

add concurrency to LocalLibrary load tracks/playlists functions #41

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

geo-martino
Copy link
Owner

Changed

  • :py:meth:.LocalLibrary.load_tracks and :py:meth:.LocalLibrary.load_playlists now run concurrently.
  • Made :py:func:.load_tracks and :py:func:.load_playlists utility functions more DRY
  • Move :py:meth:.TagReader.load from :py:class:.LocalTrack to super class :py:class:.TagReader

@geo-martino geo-martino linked an issue Mar 13, 2024 that may be closed by this pull request
1 task
@geo-martino geo-martino enabled auto-merge (squash) March 13, 2024 21:12
@geo-martino geo-martino merged commit 7f21e0d into master Mar 13, 2024
5 of 7 checks passed
@geo-martino geo-martino deleted the add-concurrency branch March 13, 2024 21:14
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.

Improve performance by implementing concurrency where useful
1 participant