Revised the set() and frozenset() implementaion to use its own internal
data structure instead of using dictionaries. Reduces memory consumption by 1/3 and provides modest speed-ups for most set operations.
R
Raymond Hettinger committed
9f1a6796eb83a2884df5fd93487634e46d8830a7
Parent: fe25643