Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Functions to remove duplicates from a list.
Performance
To check the performance many benchmarks were done.
Benchmarks were made on lists of Int
s and Text
s.
There were two types of list to use:
- Lists which consist of many different elements
- Lists which consist of many same elements
Here are some recomendations for usage of particular functions based on benchmarking resutls.