You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/plugins/opds.koplugin
NiLuJe 2635593890 Cache: Some more tweaks after #7624
* Allow doing away with CacheItem
  Now that we have working FFI finalizers on BBs, it's mostly useless overhead.
  We only keep it for DocCache, because it's slightly larger, and memory pressure might put us in a do or die situation where waiting for the GC might mean an OOM kill.
* Expose's LRU slot-only mode
  And use it for CatalogCache, which doesn't care about storage space
* Make GlyphCache slots only (storage space is insignificant here, it was
  always going to be evicted by running out of slots).
* More informative warning when we chop the cache in half
3 years ago
..
_meta.lua move opds to plugin (#7237) 3 years ago
main.lua move opds to plugin (#7237) 3 years ago
opdsbrowser.lua Cache: Some more tweaks after #7624 3 years ago
opdscatalog.lua ReaderUI: Saner FM/RD lifecycle 3 years ago
opdsparser.lua OPDS: Parse Open Search Definition for feeds that support it (#7380) 3 years ago