Message301594
| 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:17 | benjamin.peterson | set | recipients: + benjamin.peterson, methane, serhiy.storchaka |
| 2017-09-07 16:54:17 | benjamin.peterson | link | issue31377 messages |
| 2017-09-07 16:54:17 | benjamin.peterson | create | |