Skip to content

Commit

Permalink
Reorganize changelog for performance improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed May 12, 2019
1 parent 89aa5c7 commit 909fd1e
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,19 @@ And many improvements to existing plugins:

Some improvements have been focused on improving beets' performance:

* Querying the library is now faster because we only convert fields that need
to be displayed.
Thanks to :user:`pprkut`.
:bug:`3089`
* Another query optimization works by compiling templates once and reusing
them instead of recompiling them to print out each matching object.
Thanks to :user:`SimonPersson`.
:bug:`3258`
* Querying the library is now faster:
* We only convert fields that need to be displayed.
Thanks to :user:`pprkut`.
:bug:`3089`
* We now compile templates once and reuse them instead of recompiling them
to print out each matching object.
Thanks to :user:`SimonPersson`.
:bug:`3258`
* Querying the library for items is now faster, for all queries that do not
need to access album level properties. This was implemented by lazily
fetching the album only when needed.
Thanks to :user:`SimonPersson`.
:bug:`3260`
* :doc:`/plugins/absubmit`, :doc:`/plugins/badfiles`: Analysis now works in
parallel (on Python 3 only).
Thanks to :user:`bemeurer`.
Expand All @@ -130,10 +135,6 @@ Some improvements have been focused on improving beets' performance:
is long.
Thanks to :user:`ray66`.
:bug:`3207` :bug:`2752`
* Querying the library for items is now faster, for all queries that do not need
to access album level properties. This was implemented by lazily fetching the
album only when needed.
Thanks to :user:`SimonPersson`.

Several improvements are related to usability:

Expand Down

0 comments on commit 909fd1e

Please sign in to comment.