Hacker News new | ask | show | jobs
by nerdponx 1733 days ago
I often recommend PyPy for "non-numerical" data processing when performance matters.

Also, "awful" is too harsh. Probably 90% of Python code just doesn't need to be faster than it is.

1 comments

I'd guess closer to 99%...