diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-01-12 21:41:22 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-01-12 21:41:22 +0100 |
commit | bec41418b2966c44dd75fff6c91a6e3081461e88 (patch) | |
tree | 67e77425be36bd77276bddf718ac2054ff1b2dee /TODO.md | |
parent | 5a6b8c31bd80274363ce10f3a599e37d95389b13 (diff) | |
download | dna-backup-bec41418b2966c44dd75fff6c91a6e3081461e88.tar.gz dna-backup-bec41418b2966c44dd75fff6c91a6e3081461e88.zip |
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ priority 1 priority 2 ---------- - [ ] read individual files +- [ ] exports, do not compress all chunks at once, but like EROFS, compress with + fixed size output chunks of a `TrackSize` multiple. + This way it could be possible to read only part of the chunks of a version. - [ ] refactor `matchStream` as right now it is quite complex - [ ] tail packing of `PartialChunks` (this Struct does not exist yet as it is in fact just `TempChunks` for now). |