Closed plantpurecode closed 5 years ago
We currently store a Graph’s nodes in an array. This can be inefficient for most graph operations.
Let’s make it a hash table!
related to #12
After some testing, it is clear that this does not provide enough measurable performance benefit.
We currently store a Graph’s nodes in an array. This can be inefficient for most graph operations.
Let’s make it a hash table!