I have about 10million values that I need to put in some type of look up table, so I was wondering which would be more efficient a list or dict?
I know
if data are unique set() will be the most efficient, but of two - dict (which also requires uniqueness, oops :)