Skip to content

Instantly share code, notes, and snippets.

@sonalisharma
sonalisharma / enigma.py
Created November 21, 2013 23:29 — forked from ivanov/enigma.py
# A template to demonstrate why we need to profile
# This instance written by Paul Ivanov (XXX: put your name / github id here)
def where_is_the_bottleneck(x):
pass
def could_be_this_one(x, y):
pass
def or_this_one(x):