aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-orderly-set/pkg-descr
blob: 594337f33383e914608b2b37bc585e0293f1d9a0 (plain) (blame)
1
2
3
4
5
Orderly Set is a package containing 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.