types-linq icon indicating copy to clipboard operation
types-linq copied to clipboard

balanced search tree based ComposeMap

Open cleoold opened this issue 4 years ago • 1 comments

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

cleoold avatar Aug 20 '21 04:08 cleoold

maybe we can use it? http://www.grantjenks.com/docs/sortedcontainers/

Yxa2111 avatar Oct 09 '21 13:10 Yxa2111