Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix excess capacity reservation in
Graph::with_capacity
The passed node count should only be used to reserve space in collections that will have an entry for all or most nodes. That doesn't include the list of input, output and capture node IDs.
- Loading branch information