Quote:
Originally Posted by Henrycat
Correct me if i'm wrong, but are you saying caching the whole book to memory, so it would only flip to another page when i jumped?
I suppose with text books it could work... my pdfs have been between 2-4 megas.
But my Beserk mangas in PDF are 120 megas (size of my CF), so how would you do it for that?
|
You could do using the networking capabilities of the iLiad, if they work as promised. The cached book can be stored in a main computer nearby.
On the other hand, one should do the strategy I already tried in my librie bash script for reading of .DJVU files: the previous page was kept just in case, and the next one was calculated and cached while the user was reading the current one. In this way the only delay is the one from e-ink driving, but no CPU-originated delays.