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 05806abeaa CreDocument Call Cache: Minor modernization tweaks
* Neuter timekeeping when statistics are disabled
  Saves a few syscalls ;).
* Port to ffi/lru
  Only a tiny bit of it actually requires any sort of LRU logic, so it's fairly painless.
* Release the cache on close
* Use string.buffer to serialize function arguments
  Ought to be faster than the custom approach ;).
  (Still requires wrapping them in a table, though).
  It's much less human-readable, but then again, this doesn't need to be :).
3 years ago
..
canvascontext.lua add hasSystemFonts device property (#7535) 3 years ago
credocument.lua CreDocument Call Cache: Minor modernization tweaks 3 years ago
djvudocument.lua Add a few more mimetypes for OPDS (#7258) 3 years ago
doccache.lua Cache: Rewrite based on lua-lru 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