Move the sortuniq, uniq implementation to C++

It is not possible to implement this efficiently in Javascript atm. The Set (and Map) classes provided by Qt are super slow, they are not really even hashmaps to begin with and thus they slow things down too much when N is slightly big.

Merge request reports

Loading