Message308347
I think the best thing to do is not to panic! Also maybe PGO could help?
On Dec 14, 2017 15:43, "Ivan Levkivskyi" <report@bugs.python.org> wrote:
>
> Ivan Levkivskyi <levkivskyi@gmail.com> added the comment:
>
> Interesting. I have noticed similar when I tried to add a fast loop
> proposed by Serhiy. It should save at least one pointer comparison for base
> class, but sometimes it actually led to slow-downs (although very small).
> How can one fight this kind of problems?
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue32226>
> _______________________________________
> |
|
Date |
User |
Action |
Args |
2017-12-14 23:46:37 | gvanrossum | set | recipients:
+ gvanrossum, vstinner, serhiy.storchaka, levkivskyi, xgdomingo |
2017-12-14 23:46:37 | gvanrossum | link | issue32226 messages |
2017-12-14 23:46:37 | gvanrossum | create | |
|