Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				 HRT-71315897y@irene It ain't that fast either. To beat this I am currently mostly using Cython, and it's amazing. HRT-71315897y@irene It ain't that fast either. To beat this I am currently mostly using Cython, and it's amazing.
- 
				
				 HRT-71315897y@irene Yup, it is most of the time. And when it's not, you have Cython to fall back on. HRT-71315897y@irene Yup, it is most of the time. And when it's not, you have Cython to fall back on.
- 
				
				Hey... hold on a second. The standard Python interpreter cPython is slow in most cases, but you can not say tgat to pypy
- 
				
				 Bubbles64787y@HRT-713 How did you get started with Cython I've been wanting to learn but don't know where any good resources are Bubbles64787y@HRT-713 How did you get started with Cython I've been wanting to learn but don't know where any good resources are
- 
				
				 HRT-71315897y@Bubbles I already knew python so I just looked at the docs and my friend had an O'Reilly book called Cython that I borrowed, it was quite good and if you want to learn I recommend you do the same. HRT-71315897y@Bubbles I already knew python so I just looked at the docs and my friend had an O'Reilly book called Cython that I borrowed, it was quite good and if you want to learn I recommend you do the same.
- 
				
				 HRT-71315897y@-ANGRY-CLIENT- If you use CPython and Cython together, it is much faster than cpython and pypy. HRT-71315897y@-ANGRY-CLIENT- If you use CPython and Cython together, it is much faster than cpython and pypy.
- 
				
				 Bubbles64787y@HRT-713 I found a pdf of the book thanks for the help! Bubbles64787y@HRT-713 I found a pdf of the book thanks for the help!
 
 pdf to the book if anyone wants it: http://jyguagua.com/wp-content/...
Related Rants






You're as slow as the python interpreter.
rant
wk123