Rapptz / discord.py

An API wrapper for Discord written in Python.
http://discordpy.rtfd.org/en/latest
MIT License
14.93k stars 3.77k forks source link

Can i use cython to speed up discordpy? #500

Closed botiapa closed 7 years ago

botiapa commented 7 years ago

And if yes, how?

Fuyukai commented 7 years ago

In what way would you leverage the features of Cython to speed it up?

uvloop uses Cython to interface with libuv, which is dramatically faster than the default shit asyncio loop, so that might count.

botiapa commented 7 years ago

i mean, can I complie the discordpy package?

botiapa commented 7 years ago

I didn't use cython before so i don't really know how it works

Fuyukai commented 7 years ago

no

please look up what cython is before opening issues like this thanks