Skip to content

Instantly share code, notes, and snippets.

@AdamGold
Created March 24, 2019 12:52
Show Gist options
  • Save AdamGold/95898bb0a74cd3b2cb9e15a5bceff645 to your computer and use it in GitHub Desktop.
Save AdamGold/95898bb0a74cd3b2cb9e15a5bceff645 to your computer and use it in GitHub Desktop.
int_array = array.array("i", range(10 ** 5))
d = dict.fromkeys(int_array, None)
l = list(range(10 ** 5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment