Hacker News new | ask | show | jobs
by wizzwizz4 1171 days ago
> Every variable in that loop is a hash map lookup into the locals.

No, it's a LOAD_FAST bytecode instruction. (The other stuff is mostly right, and probably contributes.)