Age | Commit message (Expand) | Author |
2021-09-21 | Use assertSame instead of assertSlice | n-peugnet |
2021-09-20 | add test for load hashes and storageWorker | n-peugnet |
2021-09-20 | update todolist | n-peugnet |
2021-09-20 | store recipe compressed | n-peugnet |
2021-09-20 | remove errored files from fileList | n-peugnet |
2021-09-20 | update recipe to match latest version | n-peugnet |
2021-09-20 | store fileList compressed | n-peugnet |
2021-09-20 | less noisy file read errors | n-peugnet |
2021-09-15 | add perf output | n-peugnet |
2021-09-15 | add storeWorker and use it to store chunk content and hashes | n-peugnet |
2021-09-15 | add build build status to readme | n-peugnet |
2021-09-15 | fix tests on windows... | n-peugnet |
2021-09-15 | logger fixes and better tests | n-peugnet |
2021-09-14 | perf: move hash parallelism from sketch to repo | n-peugnet |
2021-09-14 | fix error with link should not cause panic | n-peugnet |
2021-09-14 | close some unclosed files | n-peugnet |
2021-09-14 | add load/store sketches+fingerprints & store them | n-peugnet |
2021-09-14 | logger add SetOutput + basic tests | n-peugnet |
2021-09-14 | logger add panic + colors & remove ln variants & use it | n-peugnet |
2021-09-14 | add basic logger | n-peugnet |
2021-09-13 | fix typo in note | n-peugnet |
2021-09-13 | first tests on real data | n-peugnet |
2021-09-13 | fix loadChunks by using cache instead of reading file | n-peugnet |
2021-09-13 | fix english typos | n-peugnet |
2021-09-13 | close opened files in loadChunkContent and Restore | n-peugnet |
2021-09-13 | add gitattributes to force testdata to use LF | n-peugnet |
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 |