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 21b067792d Cache: Rewrite based on lua-lru
Ought to be faster than our naive array-based approach.
Especially for the glyph cache, which has a solid amount of elements,
and is mostly cache hits.
(There are few things worse for performance in Lua than
table.remove @ !tail and table.insert @ !tail, which this was full of :/).

DocCache: New module that's now an actual Cache instance instead of a
weird hack. Replaces "Cache" (the instance) as used across Document &
co.
Only Cache instance with on-disk persistence.

ImageCache: Update to new Cache.

GlyphCache: Update to new Cache.
Also, actually free glyph bbs on eviction.
3 years ago
..
canvascontext.lua add hasSystemFonts device property (#7535) 3 years ago
credocument.lua bump crengine: more granular font weights (#7616) 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