nightly-82384dab-ls271
Pre-release
Pre-release
·
86 commits
to nightly
since this release
CI Report:
https://ci-tests.linuxserver.io/linuxserver/beets/nightly-82384dab-ls271/index.html
LinuxServer Changes:
No changes
Remote Changes:
Parallelize candidate lookup for metadata plugins. (#6546)
This pull request introduces concurrent execution of metadata source
plugin searches and lookups, which significantly improves performance
when multiple plugins are enabled. Instead of running each plugin
sequentially, the code now uses threads to perform plugin lookups in
parallel, reducing overall wait time for I/O-bound operations.
For me this improved lookup times by up to 5s each! The improvement
should roughly scale linear with the number of enabled metadata plugins.