Anyone using dill?
#1
I was looking at saving my addon state for quicker initialisation (on RasPi) and at first looked at Pickle. I have classes that have a lot of methods and that create other types of classes and store them. Unfortunately, the fact that Pickle cant save methods meant I had to abandon that idea.

But then I saw dill; https://github.com/uqfoundation/dill which seems to do what I want. At most I would have to refresh a reference to a deque. Still looking into it (as well as Pickle) though.

Does anyone use dill? Has anyone looked at it and would be willing to give their opinion?

Ta
Reply

Logout Mark Read Team Forum Stats Members Help
Anyone using dill?0