diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-11 13:53:31 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-11 13:53:31 (GMT) |
commit | ce921c62ccc9d248843b0c3e54464bd78aa66c61 (patch) | |
tree | 2f6bfb026a7968c8f774c0de53078ef911dc55d7 /Doc/whatsnew | |
parent | bd09d7bac5d8bb0d3319b3b0625e3114852090e8 (diff) | |
download | cpython-ce921c62ccc9d248843b0c3e54464bd78aa66c61.zip cpython-ce921c62ccc9d248843b0c3e54464bd78aa66c61.tar.gz cpython-ce921c62ccc9d248843b0c3e54464bd78aa66c61.tar.bz2 |
Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on
average.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 6453bce..2e7009f 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -381,6 +381,9 @@ The following performance enhancements have been added: * Many operations on :class:`io.BytesIO` are now 50% to 100% faster. (Contributed by Serhiy Storchaka in :issue:`15381`.) +* :func:`marshal.dumps` with versions 3 and 4 is now 40-50% faster on average. + (Contributed by Serhiy Storchaka in :issue:`20416`.) + Build and C API Changes ======================= |