h11
h11 copied to clipboard
Speed up with Cython
On the premise of keeping Pure-Python h11, maybe .pxd
+ Cython
can be used to improve performance?
Related links: https://cython.readthedocs.io/en/stable/src/tutorial/pure.html#augmenting-pxd
What parts are slow for you? Also I'm pretty sure Cython isn't considered pure python by anyone
I think Cython is a step too far, I'm having some success with mypyc though - I just need to clean it up and propose as a PR.
I think Cython is a step too far, I'm having some success with mypyc though - I just need to clean it up and propose as a PR.
mypyc also seems to be very good.