Hacker News new | ask | show | jobs
by roflyear 1199 days ago
Well, to be fair the "good python code" is probably just executing something written in c lol. But lots of python is backed up by stuff written in c.
1 comments

Not necessarily. Just using a better optimized sort or hash algorithm can make a big difference.

I was talking specifically of pure python code (except the python's standard library itself, where it really is unavoidable).