summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-01-20 23:08:11 +0000
committerChris McDonough <chrism@agendaless.com>2009-01-20 23:08:11 +0000
commit971537afda110d82378d04837ac647a43137f1c7 (patch)
tree69365f7f1de169ed97f4a215c55ad8c11f1be916 /CHANGES.txt
parentbe39fa02f8c496461306ec2ce06a2708c377b509 (diff)
downloadpyramid-971537afda110d82378d04837ac647a43137f1c7.tar.gz
pyramid-971537afda110d82378d04837ac647a43137f1c7.tar.bz2
pyramid-971537afda110d82378d04837ac647a43137f1c7.zip
- Tease out an extra 4% performance boost by changing the Router;
instead of using imported ZCA APIs, use the same APIs directly against the registry that is an attribute of the Router. As a result, the registry used by BFG is now a subclass of ``zope.component.registry.Components`` (defined as ``repoze.bfg.registry.Registry``); it has a ``notify`` method.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 229264d7f..8c6be8eb8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,6 +12,13 @@ Implementation Changes
purely an optimization (e.g. preventing calls to ``alsoProvides``
means the difference between 590 r/s and 690 r/s on a MacBook 2GHz).
+- Tease out an extra 4% performance boost by changing the Router;
+ instead of using imported ZCA APIs, use the same APIs directly
+ against the registry that is an attribute of the Router. As a
+ result, the registry used by BFG is now a subclass of
+ ``zope.component.registry.Components`` (defined as
+ ``repoze.bfg.registry.Registry``); it has a ``notify`` method.
+
0.6.3 (2009-01-19)
==================