From a2cbaa8a3b683b69a8297fb34b9f82152223fea7 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 30 Nov 2017 11:12:21 +0100 Subject: Mention multiprocessing in README --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 `_ 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 `_ + module. No global state is kept. - **Internals that (mostly) mirror the C implementation** -- cgit v1.2.3