summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-11 13:53:31 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-11 13:53:31 (GMT)
commitce921c62ccc9d248843b0c3e54464bd78aa66c61 (patch)
tree2f6bfb026a7968c8f774c0de53078ef911dc55d7 /Doc/whatsnew
parentbd09d7bac5d8bb0d3319b3b0625e3114852090e8 (diff)
downloadcpython-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.rst3
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
=======================