Comment on (In Python) Can you save an object that is in memory to disk and reload it at a later time?

UnfortunateShort@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

I think pickle is what you want.

Keep in mind that this might have a huge performance impact if you do it all the time - it’s still IO even when it’s not parsing.

source
Sort:hotnewtop