Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Object Persistence

Is Object Persistence faster than just recreating the object? Why? And how do I do it, what are the steps? I read this: http://www.sagemath.org/doc/reference/sage/misc/persist.html, but am unclear about the parameters and how it works. Does this object only get associated with me as a user of the notebook, or can I share this object with other users (like if want to explore the properties of a clique graph on 20 nodes, which took 20 minutes to construct, how can I make that available to others?)

Sorry for all the questions, primarily I'm interested in how I can user Object Persistence to make my life easier.