koreader / crengine

This is the KOReader CREngine fork. It cross-pollinates with the official CoolReader repository at https://github.com/buggins/coolreader, in case you were looking for that one.
72 stars 45 forks source link

only calculate a document's CRC32 if needed #498

Closed benoit-pierre closed 1 year ago

benoit-pierre commented 1 year ago

It's only used by the caching, so only calculate it on full document load (i.e. not metadata only).

Resulting speedup during metadata extraction:


This change is Reviewable