Process archive by chunks for low memory usage #11
ShellCode33
started this conversation in
Ideas
Replies: 1 comment
-
|
I guess we could rewrite things to chunk, but maybe a ready made thing would be to use the streaming interface of GCab? I've used it with gobject-introspection in the past, and although I've only every launched it from a blob or memory -- it should support loading from a stream too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, thanks a lot for your work ! I'm working with huge CAB archives (few GBs), unfortunately your lib seems to load the entire thing in memory, which is not acceptable for my use case.
I don't have time to work on this right now but I thought I would still let you know. Maybe someone reading this will be willing to implement it
Cheers
Beta Was this translation helpful? Give feedback.
All reactions