Open barpaum opened 8 years ago
I've tried dill and pickle for serialization but failed. Is there any method to save a CellTree to disk so it would be possible to load it for a second time use.
No, there isn't a mechanism for that right now. For our primary use case, building it anew every time is acceptable.
However, do feel free to submit a PR for it! It would definitely be a nice feature to have.
I've tried dill and pickle for serialization but failed. Is there any method to save a CellTree to disk so it would be possible to load it for a second time use.