
Use slices to store sets of edges for n <= 4. ~20% memory savings with many nodes with n=2 edges.
Forked from gonum/graph@50b27dea7e to support memory-use improvements to the simple graph
Use slices to store sets of edges for n <= 4. ~20% memory savings with many nodes with n=2 edges.
Forked from gonum/graph@50b27dea7e to support memory-use improvements to the simple graph