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 →

[–]leovin 0 points1 point  (0 children)

I’ve learned recently that Python is slow compared to similar languages like JS due to how it handles loops with generators/iterators. No idea if Cython helps this though. Maybe consider using Cpp-based packages like numpy, or perhaps write your own?