aboutsummaryrefslogtreecommitdiff
path: root/sketch
AgeCommit message (Collapse)Author
2021-10-15add copyright and license notice + remove dead coden-peugnet
2021-09-14perf: move hash parallelism from sketch to repon-peugnet
2021-09-14logger add panic + colors & remove ln variants & use itn-peugnet
2021-09-13add gitattributes to force testdata to use LFn-peugnet
2021-09-13fix for windows, use filepath instead of pathn-peugnet
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