Like uniq but works on unsorted input to be used as a pipe filter with constant memory usage.
Feels like this should exist before I made it but all the options that I could find had unbounded memory requirements. I use it in long running pipelines all the time.
Good performance, easy to use, easy to integrate.