Hacker News new | ask | show | jobs
by nottorp 805 days ago
Hmm doing data structures and algorithms in pure python as fast as possible will teach you about the environment's gotchas and limitations.

The answer if it's performance critical is probably "write it in C" but you want to be aware enough to not end up accidentally quadratic in trivial code.