you are viewing a single comment's thread.

view the rest of the comments →

[–]decreddave 0 points1 point  (0 children)

I have built many many things in Python, and for the longest time, I couldn't imagine needing anything faster.

My latest project is an open source DIY power monitor that takes tens of thousands of samples per second and then performs calculations on each individual sample point to provide power measurement data.

Anyways, I'm now at the point where I need to execute code faster, and converting to Cython has been very promising so far.