-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I ran a few experiments with Cython and saw a significant performance increase by mostly annotating a few files with static types.
I thought the asyncore code was the problem, but glued the Redis ae.c/anet.c libraries with Python but didn't see the performance improvement I was expecting. There's room for improvement with the way I am creating the parsers and buffers, but I think Cython would be a lot simpler. The C code can be found at https://gist.github.com/hltbra/1f2266b96c50700cc17a10115634e55f
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels