Author: Armin Rigo <[email protected]> Branch: Changeset: r843:a4906c5bf782 Date: 2012-08-13 11:14 +0200 http://bitbucket.org/cffi/cffi/changeset/a4906c5bf782/
Log: Update status. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -63,8 +63,11 @@ left. It supports CPython 2.6; 2.7; 3.x (tested with 3.3, seems to work on 3.2 -too); and PyPy trunk (not 1.9). (Its speed is comparable to ctypes on -CPython, and faster on PyPy.) +too); and PyPy trunk (not 1.9). + +Its speed is comparable to ctypes on CPython (a bit faster but a higher +warm-up time). It is already faster on PyPy (1.5x-2x), but not yet +*much* faster; stay tuned. Requirements: _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
