hulk
hulk copied to clipboard
add minimizer sketch to the minimizer package
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.