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 e922758913
commit d2d39427af
9 changed files with 857 additions and 1108 deletions
+1
View File
@@ -135,6 +135,7 @@ void EpubReaderScreen::displayTaskLoop() {
}
}
// TODO: Failure handling
void EpubReaderScreen::renderPage() {
if (!epub) {
return;