sdboyer / gogl

A graph library in Go
MIT License
77 stars 13 forks source link

Figure out and implement approach to vertices with ids #25

Open sdboyer opened 10 years ago

sdboyer commented 10 years ago

vertices with numeric ids need to be made a possibility without fundamentally messing up too much of the API.

there is simply too much performance benefit on the algorithm side to having int ids to not do this.