Playing with the FBReader and tweaking it, I see the problem. FBReader insists on reading and parsing the entire epub file into memory at once. This means that once you've loaded the file, going between different parts of it is really fast. But the loading takes too long. Plus the memory usage will make even larger epub files completely unusable. I have Plucker files that are much, much bigger than my test file.
|