[ trixie ]
[ sid ]
[ 源代码: orderly-set ]
软件包:python3-orderly-set(5.3.0-1)
contains multiple implementations of Ordered Set
This implementation keeps the order in all set operations except set difference operations. As a result, it can do set difference operations much faster than other implementations. Still 2X slower than of Python's built-in set.