Ai Dreams Forum

Member's Experiments & Projects => AI Programming => Topic started by: LOCKSUIT on June 10, 2019, 12:49:38 pm

Title: Anyone use Cython on their Python?
Post by: LOCKSUIT on June 10, 2019, 12:49:38 pm
yeah Lock has python code I'm a prooooogramming nut                                             jk

Anyone use Cython on their Python?

it can speed it up x100 times
but i'm unsure of things....my current understanding is conversion of python to cython takes a minute of work, and may give ex. x2 times speedup?? But the adjusting of variables gives the full real speedup x100, but takes much longer to implement cus u must modify a lot of your code.......maybe....idk

https://cython.readthedocs.io/en/latest/src/tutorial/cython_tutorial.html#cython-hello-world

x2 speedup itself would be a hell of a speedup