nh2 / haskell-ordnub

Data.List.nub is O(n²). This one is O(n log n) by requiring an Ord instance.
32Updated 4 years ago

Related projects

Alternatives and complementary repositories for haskell-ordnub