Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-09 | remove merge and extract tempchunks | n-peugnet | |
2021-09-09 | move unused functions from repo to repo_test | n-peugnet | |
2021-09-09 | export sketch in its own package | n-peugnet | |
so that tests can be cached and to make sure it is independant of the rest of the code also move tests in testdata as this folder is ignored by go test by default | |||
2021-09-07 | prepare for recipe encoding by exporting fileds | n-peugnet | |
2021-09-06 | initial chunk storage | n-peugnet | |
2021-09-02 | hash and store chunks left by matchStream | n-peugnet | |
2021-09-02 | move maps inside repo | n-peugnet | |
2021-09-02 | find similar chunks while matching stream | n-peugnet | |
2021-09-01 | move some consts into repo | n-peugnet | |
2021-09-01 | split bsdiff test into smaller functions | n-peugnet | |
2021-08-31 | split extractTempChunks into 2 funcs | n-peugnet | |
2021-08-31 | join too small temp chunks with previous one if possible | n-peugnet | |
2021-08-31 | do not fill partial cunks with padding | n-peugnet | |
this way a partial chunk may have less superfeatures than a complete one | |||
2021-08-30 | better diff test | n-peugnet | |
2021-08-30 | findSimilarChunk returns an Id if found | n-peugnet | |
2021-08-28 | refactor(chunks): use more interfaces | n-peugnet | |
2021-08-27 | add findSimilarChunks method to test sketches | n-peugnet | |
Still missing a real test... | |||
2021-08-26 | add SketchChunk function | n-peugnet | |
2021-08-26 | try to use more streams (part 2) | n-peugnet | |
2021-08-25 | try to use more streams (part 1) | n-peugnet | |
2021-08-24 | add extractNewChunks | n-peugnet | |
2021-08-24 | refactor: extract chunk.og & add Reader getter | n-peugnet | |
2021-08-23 | try bsdiff and rework some of the API | n-peugnet | |
2021-08-23 | add ChunkId that contains version number | n-peugnet | |
2021-08-22 | add store and load files list | n-peugnet | |
2021-08-21 | dont use channels for listfiles | n-peugnet | |
2021-08-20 | Store and Load chunks and | n-peugnet | |
- also add a test for store and load - precise channel direction in function args | |||
2021-08-20 | initial commit | n-peugnet | |
first working chunking logic |