types-linq
types-linq copied to clipboard
balanced search tree based ComposeMap
the current implementation leads to O(n^2) algorithms for some methods like .distinct() if the input is bad (unhashable). I would like to improve this part