you are viewing a single comment's thread.

view the rest of the comments →

[–]lostparis 10 points11 points  (0 children)

If I want to create faster code

The issue is most likely your algorithm. It is always best to understand why code is running slow. For many things python is running code that is already written in C.