Tagged Questions
17
votes
9answers
3k views
Python Disk-Based Dictionary
I was running some dynamic programming code (trying to brute-force disprove the Collatz conjecture =P) and I was using a dict to store the lengths of the chains I had already computed. Obviously, it ...