Improve pickling of very large graphs
The string representation is now compressed, to avoid strings of huge length, which makes pickle.dump() bork.
The string representation is now compressed, to avoid strings of huge length, which makes pickle.dump() bork.