pnevyk / gryf

Graph data structure library aspiring to be convenient, versatile, correct and performant.
MIT License
69 stars 1 forks source link

Validate applicability of gryf on top reverse dependencies of petgraph #52

Open pnevyk opened 1 year ago

pnevyk commented 1 year ago

Pick first k reverse dependencies of petgraph crate and try to use gryf instead of petgraph in them. Find blockers or papercuts in gryf in this process. Report them here. This should validate applicability of gryf on real world projects. Obviously we lack many standard algorithms, but the core graph API should be applicable enough.