Xteink-X4-crosspoint-reader/lib/Epub
Daniel 8b08e684f8 perf: batch ZIP size lookup in buildBookBin (O(n*m) → O(n log n))
Add ZipFile::fillUncompressedSizes() for single-pass ZIP central directory
scan with hash-based target matching.

Also apply clang-format fixes for CI.

Shadow Slave results:
- buildBookBin: 506s → 35s
- Total indexing: 8.7min → 50s
2026-01-21 19:55:24 -08:00
..
Epub perf: batch ZIP size lookup in buildBookBin (O(n*m) → O(n log n)) 2026-01-21 19:55:24 -08:00
Epub.cpp perf: optimize large EPUB indexing from O(n²) to O(n log n) 2026-01-20 23:35:54 -08:00
Epub.h feat: dict based Hyphenation (#305) 2026-01-19 12:56:26 +00:00