* Added info on focus/ignore/show/hide to legend on graphs * Made separate function for formatting filters in legend
Separate implementation of graph and tree creation to speed it up. Graph implementation maps upfront all locations to sequences of nodes, tree implementation uses a per-parent map to keep track of a different node per location per parent.
Also update the build instructions to use go get