↳
In-reply-to
»
I think my new
ā¤ Read More
SqliteCache
is almost ready for prime time š¤
There are however a few implications to note:
- It will be possibly to page through much larger quantities of twts per feed, this is potentially unlimited (depends on disk space)
- Automated Feeds (bots) like @tiktok@feeds.twtxt.net will now behave/display very differently. You will see all itās historical Twts, whereas before youād only see the one because the
MemoryCache
ās behavior was to āreplaceā Twts.
Iām hoping everything else remains the same and true to what weāve collectively built and to spec. Replies work, Forks work, various views, filters and so on still work. Iām developing this new cache in a way that uses a ādelegateā pattern and a double read / double write with metrics so I can over time see that none of the āold cacheā is used anymore.