I am using python 3, and have heavy variables in memory, I would like to seamlessly allowing myself to write them to disk, and load them when I actually need them, without the need for pickling and reading from disk explicitly any time I need them. Is that at all possible and how?
I tried RDFlip but this does not seem to work It's a store that you need to explicitly approach, and I am trying to make it seamless.