INADA Naoki <[email protected]> added the comment: > Dict is (surprisingly) little smaller than set.
I'm sorry, I was wrong. dict is smaller than set only when len(d) is small. (typical case for namespace dict) In case of massive keys, dict is larger than set. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32846> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
