Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon24 authored Jan 26, 2025
1 parent 8ef1f0c commit c431f90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,8 @@ Why I want to postpone batch update/set methods:
tl:dr: Performance is likely a non-issue with SQLite,
convenience can be added on top as a plugin.

(2025) Why it may be worth adding batch interfaces anyway (even if underneath the storage implementation doesn't actually batch) – it allows for future optimization: https://blog.glyph.im/2022/12/potato-programming.html

See the 2.12 reader._app.ResourceTags class for an idea of how to
represent a bunch of tags in a reserved-name-scheme-agnostic way
(useful e.g. for when get_entries() should return tags x, y, z of each entry).
Expand Down

0 comments on commit c431f90

Please sign in to comment.