Python function performance¶
Doug Hellmann wrote a great article on why using dict() is much slower than the literal {} syntax. It's worth a read, especially if your interested in the performance overhead of Python function calls or the CPython interpreter in general.