aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-23add ChunkId that contains version numbern-peugnet
2021-08-23Create build.yml (#1)Nicolas Peugnet
* Create build.yml * Add cache action
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