diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-11 13:54:54 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-11 13:54:54 (GMT) |
commit | c1efe5f0396210be09a5ed540cfc8f5dd0a787f4 (patch) | |
tree | fa40257de63ed28a3fd8cbdee115d13d6bb3203f /Misc | |
parent | ce921c62ccc9d248843b0c3e54464bd78aa66c61 (diff) | |
download | cpython-c1efe5f0396210be09a5ed540cfc8f5dd0a787f4.zip cpython-c1efe5f0396210be09a5ed540cfc8f5dd0a787f4.tar.gz cpython-c1efe5f0396210be09a5ed540cfc8f5dd0a787f4.tar.bz2 |
Issue #23344: marshal.dumps() is now 20-25% faster on average.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #23344: marshal.dumps() is now 20-25% faster on average. + - Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on average. |