jubako / arx

Store files and directory in an archive. Like tar, but faster and with direct random access.
MIT License
151 stars 2 forks source link

Incremental Arx #71

Open mgautierfr opened 2 weeks ago

mgautierfr commented 2 weeks ago

Jubako containers (and so Arx) can be composed of different content packs. In the same time, at creation, arx is checking for duplicated content to reuse already added content if dups is found.

If we reuse pack of previous Arx, we could have incremental Arx for (almost) free.

We would need:

mgautierfr commented 1 week ago

This depends of https://github.com/jubako/jubako/issues/15 as it will allow arx to fully handle entries and so reuse existing ones from an existing arx file.