Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-09 | export sketch in its own package | n-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-06 | generate new Polynomial only once | n-peugnet | |
2021-09-06 | calculate features concurently | n-peugnet | |
2021-09-01 | move some consts into repo | n-peugnet | |
2021-08-31 | join too small temp chunks with previous one if possible | n-peugnet | |
2021-08-31 | do not fill partial cunks with padding | n-peugnet | |
this way a partial chunk may have less superfeatures than a complete one | |||
2021-08-28 | refactor(chunks): use more interfaces | n-peugnet | |
2021-08-27 | add findSimilarChunks method to test sketches | n-peugnet | |
Still missing a real test... | |||
2021-08-26 | add SketchChunk function | n-peugnet | |