Created
April 12, 2013 07:49
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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