Better graph
- Graph now uses
Vec<Option<FxHashSet<Node>>>
instead ofFxHashMap<Node, FxHashSet<Node>>
- In total slight speedup.
- Better speedup, when there are very few gaps in node ids
- Also restructured the graph module
!5 (merged)
Merger afterEdited by Leon Stichternath