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/frontend/document
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
..
canvascontext.lua add hasSystemFonts device property (#7535) 3 years ago
credocument.lua Cache: Some more tweaks after #7624 3 years ago
djvudocument.lua Add a few more mimetypes for OPDS (#7258) 3 years ago
doccache.lua Cache: Some more tweaks after #7624 3 years ago
document.lua Cache: Rewrite based on lua-lru 3 years ago
documentregistry.lua PdfDocument: Unbreak highlights (#7457) 3 years ago
koptinterface.lua Cache: Rewrite based on lua-lru 3 years ago
pdfdocument.lua Cache: Rewrite based on lua-lru 3 years ago
picdocument.lua JPG/PNG: MuPDF as default provider (#6931) 4 years ago
tilecacheitem.lua Cache: Rewrite based on lua-lru 3 years ago