Closed
Description
The CFFI is only used in PyAccess as a replacement for the C implementation in Access.c/PixelAccess. This was done in #476 to improve performance when using PyPy (see performance profiling in #816). However, that was nine years ago, and the PyPy cpyext has been greatly improved since then. Is PyAccess still necessary for performance on PyPy, or can we go back to just using the C implementation?