nub package:AvlTree

A fast alternative implementation for nub. Deletes all but the first occurrence of an element from the input list. Complexity: O(n.(log n))
A fast alternative implementation for nubBy. Deletes all but the first occurrence of an element from the input list. Complexity: O(n.(log n))