You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: