Replies: 1 comment
-
Database and Folder already have the current mechanism which might be a start for inspiration : vienna-rss/Vienna/Sources/Database/Database.m Lines 2016 to 2061 in a9997b0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As folders use NSCache to cache articles, it might be interesting to implement the NSDiscardableContent protocol into articles.
Implementing this will require designing which parts of an article should be kept in memory as much as possible, and which ones can be discarded from memory and how the later would be reloaded from database when needed.
Beta Was this translation helpful? Give feedback.
All reactions