hulk icon indicating copy to clipboard operation
hulk copied to clipboard

add minimizer sketch to the minimizer package

Open will-rowe opened this issue 6 years ago • 0 comments

At the moment, the minimizer package collects minimizers but doesn't retain minimizer ordering from the sequence they were derived. This is because I am using a set implementation based on a map.

If I can't find a Go set implementation that maintains set order, I will have to roll my own.

will-rowe avatar Jul 15 '19 10:07 will-rowe