friends-of-freeswitch / switchio

asyncio powered FreeSWITCH cluster control
http://switchio.rtfd.io
Mozilla Public License 2.0
191 stars 28 forks source link

Cythonize protocol parsers #55

Open goodboy opened 6 years ago

goodboy commented 6 years ago

This should give us a significant speedup although we should it in a way that keeps pypy support. The functions I can think of offhand are:

We might just be able to augment the whole protocol.py with .pyd files to make it simple and keep pypy working.