[Python-Dev] Pure pickle bechmark.

2017-07-09 Thread Bhavishya
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

[Python-Dev] Lazy_loading to pickle/unpickle_pure?

2017-07-01 Thread Bhavishya
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:

Re: [Python-Dev] [Core-mentorship] C version of weakrefset.py.

2017-06-22 Thread Bhavishya
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

Re: [Python-Dev] [Core-mentorship] C version of weakrefset.py.

2017-06-22 Thread Bhavishya
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