diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-30 11:12:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-30 11:12:21 +0100 |
| commit | a2cbaa8a3b683b69a8297fb34b9f82152223fea7 (patch) | |
| tree | 9ecd4775e0b0fcaa582cf2c82f7df2abac73e1bc | |
| parent | b8e23d0c5e60436774f161ee024e45a390ec6aef (diff) | |
Mention multiprocessing in README
| -rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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** |
