ketama icon indicating copy to clipboard operation
ketama copied to clipboard

CFFI bindings for usage with PyPy

Open thedrow opened this issue 9 years ago • 0 comments

Currently the Python implementation uses the C API which is very slow on PyPy. A CFFI implementation can be portable between CPython and PyPy and it's also easier to maintain for Python developers. There is a pure python implementation of ketama named hash_ring but I believe that ketama will still provide a performance boost for PyPy. What do you think?

thedrow avatar Jul 26 '14 15:07 thedrow