orthros / dart-epub

Epub Reader and Writer for Dart
MIT License
218 stars 226 forks source link

Take more than 10 second to read an epub that 8MB #70

Open armanhadifatah opened 4 years ago

armanhadifatah commented 4 years ago

I have a larg epub which contain images and near 1000 pages

it takes 10 second to read , i think it should read couple of page at a time not to read the whole book.

a-v-ebrahimi commented 4 years ago

@armanhadifatah I had the same problem, made a trick to load much faster, 10 seconds may reduce to 0.5 to 1.0 seconds. I modified dart-epub to read chapters on demand.

gohanko commented 4 years ago

@ControlAdad Hi Adad, could you make a PR for the changes? If it could benefit us, maybe we can get it merged?