Why Python is Slow: Looking Under the Hood
May 15, 2014Python is slow. And one big reason for that, as we've seen, is the type indirection under the hood which makes Python quick, easy, and fun for the developer. And as we've seen, Python itself offers tools that can be used to hack into the Python objects themselves.
in python | jakevdp.github.io