should be
improved, I can work on that.
3)Also I was seeing to existing repos which implement some-kind of
optimizaton, like
numpy,snake-oil
Finally I wanted to decide upon a roadmap, so that I could put more
specific efforts.(fat optimizer?)
Thank You
Regards,
Bhavishya
On Wed, Jun 21, 2017
ight=lazy%20import#importlib.util.LazyLoader.factory>,
PEAK <http://peak.telecommunity.com/DevCenter/Importing> ).
So your suggestion's on this too?
Thank You
regards,
Bhavishya
On Thu, Jun 22, 2017 at 7:24 PM, Bhavishya
wrote:
> Hello,
> 1)I might be totally wrong here, but even if we go with stripping
e_python: Mean +- std dev: 919 us +- 18 us
Orginal -> pickle_pure_python: Mean +- std dev: 1.04 ms +- 0.03 ms
Thanks
bhavishya
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
https:
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..us