aboutsummaryrefslogtreecommitdiff
path: root/chunk.go
AgeCommit message (Collapse)Author
2021-09-13fix loadChunks by using cache instead of reading filen-peugnet
This way there is only one place where we read chunks and where the read/write wrapper is used. This also allows to remove LoadedChunk as it is not used anymore.
2021-09-13fix for windows, use filepath instead of pathn-peugnet
2021-09-13add read write wrappers to compress chunks' contentn-peugnet
2021-09-09first add of restore function to Repon-peugnet
2021-09-08start using chunk cachen-peugnet
2021-09-07prepare for recipe encoding by exporting filedsn-peugnet
2021-09-06initial chunk storagen-peugnet
2021-09-06calculate features concurentlyn-peugnet
2021-09-02hash and store chunks left by matchStreamn-peugnet
2021-09-02find similar chunks while matching streamn-peugnet
2021-09-01Prepare for delta encodingn-peugnet
2021-09-01move some consts into repon-peugnet
2021-08-31join too small temp chunks with previous one if possiblen-peugnet
2021-08-31do not fill partial cunks with paddingn-peugnet
this way a partial chunk may have less superfeatures than a complete one
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-24add extractNewChunksn-peugnet
2021-08-24refactor: extract chunk.og & add Reader gettern-peugnet