dominikbraun / graph

A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
https://graph.dominikbraun.io
Apache License 2.0
1.77k stars 95 forks source link

Initialize maps to appropriate sizes #134

Closed jonjohnsonjr closed 1 year ago

jonjohnsonjr commented 1 year ago

Found a few places where we were spending a lot of time growing maps and slices.

This change initializes maps and slices in places where it seems to have no downside.

dominikbraun commented 1 year ago

This change has been released in graph v0.22.3.