sdboyer / gogl

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

Experiment with more granular interfaces #9

Closed sdboyer closed 10 years ago

sdboyer commented 10 years ago

Pursuant to #4

looking at this makes me wonder if it might be good to simply demolish the type-level distinction (on the Graph interface side) between different edge types. the cost of doing so would be preserving the exact Edge object that's passed in, though.

sdboyer commented 10 years ago

omg yes this is so much better, SO MUCH