-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Description
Trying your RAR decoder as a replacement of libarchive, it works well but I'm running into some performance issue.
Somes books I'm dealing with (in CBR) are quite big, over 500MB and 300 pages.
But I dont see with this library how get file descriptions about the rar content without extracting everything. I end up loading the whole book in memory (which takes >20s) when I just want to list files and load the 2 first pages.
LibArchive for example expose a method .getFilesObject()
to access metadata and listing file. And the reading/decoding operation is a separated async operation.
I searched but I couldnt see a way to have this kind of feature with bitjs, am I missing something?
Metadata
Metadata
Assignees
Labels
No labels