mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
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.
This commit is contained in:
parent
fe25643192
commit
9f1a6796eb
3 changed files with 917 additions and 229 deletions
1086
Objects/setobject.c
1086
Objects/setobject.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue