From 3158c4ae9dfeeafc203b24e5abc379367f659260 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 27 Jan 2019 19:53:38 +0000 Subject: [PATCH] docs: update Changelog; closes #493. --- docs/changelog.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3432a674..1ca2becb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -159,14 +159,14 @@ Enhancements ``mitogen_get_stack`` action that is automatically added to the action plug-in path. See :ref:`mitogen-get-stack` for more information. -* `#415 `_: the interface employed for - in-process queues was changed from `kqueue - `_ / - `epoll `_ to - `poll() `_, which requires - no setup or teardown, yielding a 30% latency reduction for inter-thread - communication and a 50% reduction in context switches. This will manifest as - a runtime improvement in many-host runs. +* `#415 `_, + `#493 `_: the interface employed + for in-process queues changed from `kqueue + `_ / `epoll + `_ to `poll() + `_, which requires no setup + or teardown, yielding a 38% latency reduction for inter-thread communication. + This may manifest as a runtime improvement in many-host runs. * `#477 `_: Python 2.4 is fully supported by the core library and tested automatically, in any parent/child