From 65d747171ecc4dab437aecb2573e6d25c2922730 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 18 Oct 2021 16:31:54 +0200 Subject: update todo and add CLI options --- TODO.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 12c4686..bd95c74 100644 --- a/TODO.md +++ b/TODO.md @@ -9,14 +9,26 @@ priority 1 - [x] better tests for `(*Repo).Commit` - [x] remove errored files from `fileList` - [ ] export in `dir` format - - [ ] add superblock. - - [ ] add version blocks. + - [ ] add superblock (this is related to the `init` cmd). + - [x] add version blocks (these are filled with the recipe and files if + there is space left) - [x] command line with subcommands (like, hmm... git ? for instance). -- experiences: - - [ ] compare against UDF (this will not be possible, unless we use a real - CR-ROM) - - [ ] make multiple repo versions with multiple parameters +- [ ] experiences: + - [x] compare against UDF (this will not be possible, unless we use a real + CR-ROM) (we used git storage for an approximation) + - [x] make multiple repo versions with multiple parameters - smaller block size + - [ ] use export in bench to compare the performance when all chunks are + compressed at once. +- [ ] `init` command to initialize repo + - [ ] remove `chunkSize` parameter from all commands, keep it only on `init` + - [ ] `init` would save the important parameters of the repo, such as: + - the bloc size + - the delta algorithm + - the compression algorithm + - the sketch parameters + - ...and almost every value of the `NewRepo` constructor + - [ ] these parameters would be loaded in the `*Repo.Init()` function priority 2 ---------- -- cgit v1.2.3