Commit Graph

3 Commits

Author SHA1 Message Date
tastytea 82193d529c
Fix tests.
continuous-integration/drone/push Build is passing Details
2021-05-30 13:48:11 +02:00
tastytea ded11af5fb
Add tests for EPUB files. 2021-05-29 23:58:59 +02:00
tastytea 00e3edb9f2
Only search files in spine, in the right order.
The spine lists all content documents in their linear reading order. So we're
finally getting our results in the right order! 🎉

Since we skip the images and fonts, which usually make up the most bytes in an
EPUB file, the performance increase is immense. I measured 60-70% in a very
short test.

Closes: #1
2021-05-29 17:34:43 +02:00