nh2 / haskell-ordnub

Data.List.nub is O(n²). This one is O(n log n) by requiring an Ord instance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nh2/haskell-ordnub Stargazers