diff options
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 :). |
