]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revised the set() and frozenset() implementaion to use its own internal
authorRaymond Hettinger <python@rcn.com>
Sun, 31 Jul 2005 01:16:36 +0000 (01:16 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 31 Jul 2005 01:16:36 +0000 (01:16 +0000)
commit9f1a6796eb83a2884df5fd93487634e46d8830a7
tree53e9ef211666eb6f534d0d5040969146fdaeee0e
parentfe256431922c44375fa1e6c21bca69f5cb65481d
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.
Include/setobject.h
Misc/NEWS
Objects/setobject.c