beets-alternatives
beets-alternatives copied to clipboard
Update performance for SymlinkViews
Check where the performance bottleneck is for updating SymlinkView
s, cf. https://github.com/geigerzaehler/beets-alternatives/pull/48#issuecomment-601440101. Since this requires only accesses to filesystem metadata and two columns in the database (path
and beets-alternatives path_key
), it should be fairly fast (on SSDs at least).