[Python-Dev] Python 3.4, marshal dumps slower (version 3 protocol)
Paul Moore
p.f.moore at gmail.com
Mon Jan 27 16:42:13 CET 2014
More information about the Python-Dev mailing list
Mon Jan 27 16:42:13 CET 2014
- Previous message: [Python-Dev] Python 3.4, marshal dumps slower (version 3 protocol)
- Next message: [Python-Dev] Python 3.4, marshal dumps slower (version 3 protocol)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 27 January 2014 15:35, Victor Stinner <victor.stinner at gmail.com> wrote: > Version 2 is the fastest in Python 3.3 and 3.4, but version 4 with > Python 3.4 produces the smallest file. Which version is used when creating pyc files? This benchmark might suggest that version 2 is the best... Paul
- Previous message: [Python-Dev] Python 3.4, marshal dumps slower (version 3 protocol)
- Next message: [Python-Dev] Python 3.4, marshal dumps slower (version 3 protocol)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list