summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-30 11:12:21 +0100
committerGitHub <noreply@github.com>2017-11-30 11:12:21 +0100
commita2cbaa8a3b683b69a8297fb34b9f82152223fea7 (patch)
tree9ecd4775e0b0fcaa582cf2c82f7df2abac73e1bc
parentb8e23d0c5e60436774f161ee024e45a390ec6aef (diff)
Mention multiprocessing in README
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d2b29d9..45c03cd 100644
--- a/README.rst
+++ b/README.rst
@@ -91,6 +91,10 @@ Here are some other features:
For long-running jobs, `PyPy <https://pypy.org/>`_ gives a big performance
boost. CPython is faster for short-running jobs as PyPy needs some time to
warm up.
+
+ Kconfiglib also works well with the
+ `multiprocessing <https://docs.python.org/3/library/multiprocessing.html>`_
+ module. No global state is kept.
- **Internals that (mostly) mirror the C implementation**