orthros / dart-epub

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

About the file size #37

Closed arkanmgerges closed 6 years ago

arkanmgerges commented 6 years ago

Hi, and thanks for sharing this dart package. Just a question, did you test it on files that have sizes > 2 mega bytes ?

I'm asking because if this is a memory friendly when the file size is big, maybe the app will crash.

Thanks

ShadowJonathan commented 6 years ago

Side note: in my experience, when you have a +2MB file, you either have a ridicilously big book (4M words), or a few dozen big images sprinkled in.

arkanmgerges commented 6 years ago

Ok, so you are saying that this is rarely for us to find epub with file size > 2 mega bytes. Ok, thanks for this information