Hacker News new | ask | show | jobs
by webexcess 5303 days ago
Good point. I didn't address this adequately.

The usual #python response to people using the array module was to instead consider NumPy (with its excellent arrays) or use normal lists and PyPy to make it fast.