Stream inflated EPUB HTMLs down to disk instead of inflating in memory (#4)

* Downgrade miniz for stability

* Stream HTML from ZIP down to disk instead of loading all in mem
This commit is contained in:
Dave Allie
2025-12-08 00:39:17 +11:00
committed by GitHub
parent c715c18bf7
commit de453fed1d
9 changed files with 857 additions and 1108 deletions

View File

@@ -135,6 +135,7 @@ void EpubReaderScreen::displayTaskLoop() {
}
}
// TODO: Failure handling
void EpubReaderScreen::renderPage() {
if (!epub) {
return;