[Python-Dev] Pure pickle bechmark.
Antoine Pitrou
solipsis at pitrou.net
Sun Jul 9 12:58:36 EDT 2017
More information about the Python-Dev mailing list
Sun Jul 9 12:58:36 EDT 2017
- Previous message (by thread): [Python-Dev] Pure pickle bechmark.
- Next message (by thread): [Python-Dev] Pure pickle bechmark.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, On Sun, 9 Jul 2017 19:38:09 +0530 Bhavishya <bhavishyagopesh at gmail.com> wrote: > Hello, > > 1).I was going through the code of *python pickle* to search any > optimization possibility.But the only thing that I found very alarming was > again the import time(I tried with lazy-import but it didn't helped much.) > > I found py3 to be ~45 times slower on* initial imports(very raw > measure..using "time." ) *as compared to py2 on an usual example. Can you explain how you measured exactly? Regards Antoine.
- Previous message (by thread): [Python-Dev] Pure pickle bechmark.
- Next message (by thread): [Python-Dev] Pure pickle bechmark.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list