summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-05-29 17:36:43 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-05-29 17:36:43 +0200
commit2e7eb0ea678c1fee3e9e32f0796401306c0d67e9 (patch)
tree22d711a59cceea9a77b63dc98ffa7826c06c9dbc /README.md
parent433cd8b9b22d38036639bd1ccc5c3c96263a6083 (diff)
Add some more misc. notes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a518559..aa42fb2 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,11 @@ configurations generated by Kconfiglib with configurations generated by
## Misc. notes ##
+Python 2 is used at the moment.
+
+Kconfiglib works well with [PyPy](http://pypy.org). It might give a nice
+speedup over CPython when batch processing a large number of configurations.
+
Please tell me if you miss some API instead of digging into internals. The
internal data structures and APIs, and dependency stuff in particular, are
unlikely to be exactly what you want as a user (hence why they're internal :).