This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, methane, serhiy.storchaka
Date 2017-09-07.16:54:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504803254.1929204.1098591160.5E4886B4@webmail.messagingengine.com>
In-reply-to <CAEfz+Tx9-6UJni-4H3B=gSf_=k8KQ9ZKF_RdFRYzGoiuV6Pc0Q@mail.gmail.com>
Content
On Thu, Sep 7, 2017, at 09:46, INADA Naoki wrote:
> 
> INADA Naoki added the comment:
> 
> > We end up interning each reference individually currently.
> 
> But interning interned string is much faster. It only checks flag.
> Interning normal string requires dict lookup.

We could makes sure the version in the internal marshal memo is interned
if appropriate.
History
Date User Action Args
2017-09-07 16:54:17benjamin.petersonsetrecipients: + benjamin.peterson, methane, serhiy.storchaka
2017-09-07 16:54:17benjamin.petersonlinkissue31377 messages
2017-09-07 16:54:17benjamin.petersoncreate