[stem/master] Note lazy-loading in the changelog

commit e3738fb6fc997bb9e59804bae9b1afd6920df3da Author: Damian Johnson <atagar@torproject.org> Date: Sun Jan 25 15:16:51 2015 -0800 Note lazy-loading in the changelog --- docs/change_log.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/change_log.rst b/docs/change_log.rst index 432ca66..e60dd35 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -41,8 +41,17 @@ Unreleased The following are only available within Stem's `git repository <download.html>`_. -With this next release the codebase runs directly under both python2 and -python3 without a 2to3 conversion (:trac:`14075`). +With this next release descriptor validation is now opt-in rather than opt-out, +and when unvalidated content is lazy-loaded. This `greatly improves our +performance +<https://lists.torproject.org/pipermail/tor-dev/2015-January/008211.html>`_. + +Stem also now runs directly under both python2 and python3 without a 2to3 +conversion (:trac:`14075`). + + * **Descriptors** + + * Lazy-loading descriptors, improving performance by 25-70% depending on what type it is (:trac:`14011`) * **Utilities**
participants (1)
-
atagar@torproject.org