aboutsummaryrefslogtreecommitdiff
path: root/sketch_test.go
AgeCommit message (Collapse)Author
2021-09-09export sketch in its own packagen-peugnet
so that tests can be cached and to make sure it is independant of the rest of the code also move tests in testdata as this folder is ignored by go test by default
2021-09-06generate new Polynomial only oncen-peugnet
2021-09-02hash and store chunks left by matchStreamn-peugnet
2021-09-01move some consts into repon-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