Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | better rolling hash match | n-peugnet | |
If a chunk matched, directly skip to the next chunk instead of calculating every single byte by byte checksum in it. | |||
2021-08-23 | initial rolling hash matching | 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 | initial repo tree | 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 |