Skip to content

Instantly share code, notes, and snippets.

@leandronsp
Created May 16, 2016 23:29
Show Gist options
  • Save leandronsp/5bad406fac4d189a903e090cdcbdff0f to your computer and use it in GitHub Desktop.
Save leandronsp/5bad406fac4d189a903e090cdcbdff0f to your computer and use it in GitHub Desktop.
City._cheap_search('london') # milliseconds
City._expensive_search('london') # more results, but more expensive (seconds)
City._expensive_search_with_coords('london', 34.54426, -91.96903) # smart, but way expensive (lotsa seconds)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment