Skip to content

Commit

Permalink
CHANGES: document the performance improvements from #345
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Jan 31, 2021
1 parent f5e8a61 commit 35104ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ v1.5.1
* The ``is_reducible()`` utility function used by ``encode()`` is now
4x faster! Objects that provide ``__getstate__()``, ``__setstate__()``,
and ``__slots__`` benefit most from these improvements. (+343)
* Improved pickler ``flatten()/encode()`` performance. (+345)

v1.5.0
======
Expand Down

0 comments on commit 35104ad

Please sign in to comment.