[Python-Dev] Lazy_loading to pickle/unpickle_pure?
Bhavishya
bhavishyagopesh at gmail.com
Sat Jul 1 12:02:56 EDT 2017
More information about the Python-Dev mailing list
Sat Jul 1 12:02:56 EDT 2017
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Lazy_loading to pickle/unpickle_pure?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I added lazy_loading in pickle.py.Here's some statistics if you consider them of any importance: 1)Unpickle_pure: Lazy -> unpickle_pure_python: Mean +- std dev: 728 us +- 24 us Original -> unpickle_pure_python: Mean +- std dev: 771 us +- 22 us 2)Pickle_pure: Lazy-> pickle_pure_python: Mean +- std dev: 919 us +- 18 us Orginal -> pickle_pure_python: Mean +- std dev: 1.04 ms +- 0.03 ms Thanks bhavishya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170701/7f9ebc33/attachment.html>
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Lazy_loading to pickle/unpickle_pure?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list