Hagen Fürstenau <[EMAIL PROTECTED]> added the comment: Yes, it gets much better, but even so (first reading file and timing only "loads") unpickling takes four times as long in Python 3.0 as with the old cPickle module:
[EMAIL PROTECTED] hagenf]$ python pickletst2.py 0.0744678974152 0.0514161586761 [EMAIL PROTECTED] hagenf]$ python3.0 pickletst3.py 0.0911619663239 0.208593845367 But I guess this can still be blamed on the BytesIO implementation... _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3873> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com