Age | Commit message (Expand) | Author |
2021-09-13 | fix windows test by converting testdata files path | n-peugnet |
2021-09-13 | fix github workflow file indentation | n-peugnet |
2021-09-13 | fix for windows, use filepath instead of path | n-peugnet |
2021-09-13 | run tests on windows and macos with multiple go version | n-peugnet |
2021-09-13 | fix golint ci errors | n-peugnet |
2021-09-13 | Add golangci job to build workflow (#2) | Nicolas Peugnet |
2021-09-13 | add read write wrappers to compress chunks' content | n-peugnet |
2021-09-10 | use moare the reader interface | n-peugnet |
2021-09-09 | better commit and restore tests (almost complete) | n-peugnet |
2021-09-09 | first add of restore function to Repo | n-peugnet |
2021-09-09 | fix matchStream: encode prev if exists in epilogue | n-peugnet |
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 |
2021-09-08 | start using chunk cache | n-peugnet |
2021-09-08 | add cache and start using it in repo | n-peugnet |
2021-09-07 | update todo and readme | n-peugnet |
2021-09-07 | fix matchStream did not store first chunk | n-peugnet |
2021-09-07 | udpate todo list | n-peugnet |
2021-09-07 | prepare for recipe encoding by exporting fileds | n-peugnet |
2021-09-06 | initial chunk storage | n-peugnet |
2021-09-06 | fixes: chunk id starts from 0 & nil check | n-peugnet |
2021-09-06 | generate new Polynomial only once | n-peugnet |
2021-09-06 | calculate features concurently | 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 | Prepare for delta encoding | n-peugnet |
2021-09-01 | move some consts into repo | n-peugnet |
2021-09-01 | first add of tar streamer | 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 | fix matchStream if first chunk is not matched | 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 |
2021-08-30 | make sketch parameters global vars | n-peugnet |
2021-08-30 | fix: matchStream returned incorrect nrw chunk data | n-peugnet |
2021-08-30 | fix: last partial chunk is not added to recipe | n-peugnet |
2021-08-30 | fix: chunkId added multiple times for same superFeature | n-peugnet |
2021-08-30 | add basic readme | n-peugnet |
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 |
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 |