If I have a list(or array, dictionary....) in python that could exceed the available memory address space, (32 bit python) what are the options and there relative speeds? (o
Modern operating systems will handle this for you without you having to worry about it. It's called virtual memory.