Skip to content

Instantly share code, notes, and snippets.

@aaronlidman
Created April 12, 2013 07:49
Show Gist options
  • Select an option

  • Save aaronlidman/5370295 to your computer and use it in GitHub Desktop.

Select an option

Save aaronlidman/5370295 to your computer and use it in GitHub Desktop.
python set vs frozenset, parsing a los-angeles.osm.pbf extract, testing the main node lookup (~3 million items)
time
memory (mb)
set
0:00:41.377259
736.04
frozenset
0:00:37.533754
735.94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment