Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-23 | Create build.yml (#1) | Nicolas Peugnet | |
* Create build.yml * Add cache action | |||
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 |