aboutsummaryrefslogtreecommitdiff
path: root/repo.go
AgeCommit message (Collapse)Author
2021-08-30fix: matchStream returned incorrect nrw chunk datan-peugnet
2021-08-30fix: last partial chunk is not added to recipen-peugnet
2021-08-30fix: chunkId added multiple times for same superFeaturen-peugnet
2021-08-30better diff testn-peugnet
2021-08-30findSimilarChunk returns an Id if foundn-peugnet
2021-08-28refactor(chunks): use more interfacesn-peugnet
2021-08-27add findSimilarChunks method to test sketchesn-peugnet
Still missing a real test...
2021-08-26add SketchChunk functionn-peugnet
2021-08-26try to use more streams (part 2)n-peugnet
2021-08-25try to use more streams (part 1)n-peugnet
2021-08-24add extractNewChunksn-peugnet
2021-08-24refactor: extract chunk.og & add Reader gettern-peugnet
2021-08-23try bsdiff and rework some of the APIn-peugnet
2021-08-23add ChunkId that contains version numbern-peugnet
2021-08-23better rolling hash matchn-peugnet
If a chunk matched, directly skip to the next chunk instead of calculating every single byte by byte checksum in it.
2021-08-23initial rolling hash matchingn-peugnet
2021-08-22add store and load files listn-peugnet
2021-08-21dont use channels for listfilesn-peugnet
2021-08-20initial repo treen-peugnet
2021-08-20Store and Load chunks andn-peugnet
- also add a test for store and load - precise channel direction in function args
2021-08-20initial commitn-peugnet
first working chunking logic