Message 312265 - Python tracker

Message312265

Author methane
Recipients lemburg, luis@luispedro.org, methane, rhettinger, serhiy.storchaka, terry.reedy, tim.peters, twouters, vstinner
Date 2018-02-17.03:15:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518837359.3.0.467229070634.issue32846@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2018-02-17 03:15:59methanesetrecipients: + methane, lemburg, tim.peters, twouters, rhettinger, terry.reedy, vstinner, luis@luispedro.org, serhiy.storchaka
2018-02-17 03:15:59methanesetmessageid: <1518837359.3.0.467229070634.issue32846@psf.upfronthosting.co.za>
2018-02-17 03:15:59methanelinkissue32846 messages
2018-02-17 03:15:59methanecreate