Skip to content

Instantly share code, notes, and snippets.

@bradmontgomery
Created March 12, 2014 03:19
Show Gist options
  • Save bradmontgomery/9500177 to your computer and use it in GitHub Desktop.
Save bradmontgomery/9500177 to your computer and use it in GitHub Desktop.
Python 2.7.5 (default, Jul 17 2013, 17:11:57)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.27)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import timeit
>>> timeit.timeit("dict()")
0.3571889400482178
>>> timeit.timeit("{}")
0.04683995246887207
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment