Created
March 24, 2019 12:52
-
-
Save AdamGold/95898bb0a74cd3b2cb9e15a5bceff645 to your computer and use it in GitHub Desktop.
This file contains 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
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