klawson88 / MDAG

A Java library capable of constructing character-sequence-storing, directed acyclic graphs of minimal size
Apache License 2.0
43 stars 15 forks source link

Unsimplify #5

Open trans opened 10 years ago

trans commented 10 years ago

Is there a way to unsimplify? It would useful in serializing the MDAG by serializing the MDAG's simple array to save space on disk, and loading it back in and restoring it.

Qualtagh commented 8 years ago

In the original version, you can use new MDAG(new ArrayList<String>()).addStrings( simplifieldMDAG ). uncompress method is implemented in this fork.