epubgrep/tests
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
..
CMakeLists.txt Add first test. 2021-05-21 09:27:31 +02:00
main.cpp Initial commit. 2021-05-20 04:34:06 +02:00
test.zip Add tests for search::search(). 2021-05-24 21:38:39 +02:00
test_search_helpers.cpp Add test for HTML tags in titles. 2021-05-26 08:53:48 +02:00
test_search_zip.cpp Only search files in spine, in the right order. 2021-05-29 17:34:43 +02:00
test_zip.cpp Implement zip::read_file() – Read file in archive; add test. 2021-05-23 08:56:58 +02:00