Message178809
Il giorno 02/gen/2013, alle ore 06:52, Christian Heimes <report@bugs.python.org> ha scritto:
>
> Christian Heimes added the comment:
>
> Thanks for the information! I'm working on a PEP for the issue at hand.
Since you're collecting ideas on this, I would like to stress that, in the Python 3 transition, it was deemed acceptable to switch all objects to use unicode strings for attribute names, making the hash computation of such attributes (in the context of the instance dictionary) at least twice as slow than it used to be (the 'at least' refers to the fact that longer strings might have even worse effects because of a higher number of cache misses). SipHash isn't twice as slow as the current hash function, not even for short strings.
So there is a precedent in slowing down the hash computation time in a very important use case, and it doesn't look like hell froze over.
--
Giovanni Bajo |
|
Date |
User |
Action |
Args |
2013-01-02 10:15:43 | Giovanni.Bajo | set | recipients:
+ Giovanni.Bajo, lemburg, arigo, gregory.p.smith, mark.dickinson, ncoghlan, vstinner, christian.heimes, benjamin.peterson, iElectric, Arfrever, alex, cvrebert, dmalcolm, PaulMcMillan, serhiy.storchaka, Vlado.Boza, koniiiik, sbermeister, camara, Łukasz.Rekucki, ReneSac, Bob.Ziuchkovski |
2013-01-02 10:15:43 | Giovanni.Bajo | link | issue14621 messages |
2013-01-02 10:15:43 | Giovanni.Bajo | create | |
|