From 4168e8c6ed41fa4cb53dfded67caed79a82e8789 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 13 Sep 2021 10:52:26 +0200 Subject: add read write wrappers to compress chunks' content --- TODO.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 084dfd6..43d684f 100644 --- a/TODO.md +++ b/TODO.md @@ -22,9 +22,9 @@ priority 1 - [ ] read individual files - [ ] properly store informations to be DNA encoded - [ ] tar source to keep files metadata ? - - [ ] store chunks compressed - - [ ] compress before storing - - [ ] uncompress before loading + - [x] store chunks compressed + - [x] compress before storing + - [x] uncompress before loading - [ ] store compressed chunks into tracks of trackSize (1024o) - [x] add chunk cache... what was it for again ?? - [x] better tests for `(*Repo).Commit` @@ -34,6 +34,7 @@ priority 2 - [ ] use more the `Reader` API (which is analoguous to the `IOStream` in Java) - [ ] refactor matchStream as right now it is quite complex - [x] better test for `(*Repo).matchStream` +- [ ] compress partial chunks (`TempChunks` for now) - [ ] tail packing of PartialChunks (this Struct does not exist yet as it is in fact just `TempChunks` for now) - [ ] option to commit without deltas to save new base chunks -- cgit v1.2.3