On 16 July 2013 11:46, John Lato <jwlato@gmail.com> wrote:If I understand correctly, this function is proposed to be added to
> In my tests, using unordered-containers was slightly slower than using Ord,
> although as the number of repeated elements grows unordered-containers
> appears to have an advantage. I'm sure the relative costs of comparison vs
> hashing would affect this also. But both are dramatically better than the
> current nub.
>
> Has anyone looked at Bart's patches to see how difficult it would be to
> apply them (or re-write them)?
Data.List which lives in base... but the proposals here are about
using either Sets from containers or HashSet from
unordered-containers; I thought base wasn't supposed to depend on any
other package :/