Allow for saving and loading of the graph, either from a file or text string? Worst case we just json-ify the whole thing but I'd like to create a more compact system if possible.
Maybe you mass modify (#34) by compacting the area (#6), then serializing it and loading from that serialization, potentially taking advantage of #7?
Allow for saving and loading of the graph, either from a file or text string? Worst case we just json-ify the whole thing but I'd like to create a more compact system if possible. Maybe you mass modify (#34) by compacting the area (#6), then serializing it and loading from that serialization, potentially taking advantage of #7?