Skip to content

Commit cd64461

Browse files
committed
README: recompression would be nice
1 parent 192424c commit cd64461

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,14 @@ This generally doesn't matter much for application folders, but it's not great f
8686

8787
If a game uses large files and in-place binary patching for updates, it might be worth adding to the exclusions list.
8888

89+
8990
## Future
9091

9192
These may or may not happen, but have been on my mind.
9293

9394
* Double-check the default exclusions list. Should be able to do something with the compresstimation code to verify them.
9495
* Examine [overlapped IO], see if we can get more information and control out of the compression process (per-file progress and cancellation).
96+
* Recompression, for changing compression modes without manually decompressing/recompressing.
9597
* Scheduled task or a background service to periodically recompress selected directories.
9698
* Write bindings to Microsoft's [Compression API], add benchmarks for the various compression modes to help users decide which is most appropriate for their system.
9799
* Less rubbish installer. Why does this involve so much XML oh god.

0 commit comments

Comments
 (0)