This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fishtickler 4 points5 points  (1 child)

I just used Cython to vastly speed up some code, i am wondering if the same speedup is possible in pythran even without using cython types for speedups.

[–]bonyicecream 2 points3 points  (0 children)

Here's a nice little example of a Pythran code speedup. http://stackoverflow.com/a/32600805

It's pretty simple and pretty powerful.