Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
G

gryf

> 编程语言
Open source

Graph data structure library aspiring to be convenient, versatile, correct and performant.

93 stars0 likes0 views
WebsiteGitHub

About

Graph data structure library aspiring to be convenient, versatile, correct and performant.

GitHub Issues· 24 open

View all on GitHub
  • #51

    Consider changing `add_edge(src, dst, e)` to `add_edge(e: impl IntoEdge)`

    discussionUpdated Jul 9, 2026
  • #110

    Combine with petgraph somehow?

    Updated Jul 8, 2026
  • #104

    How to do reverse shortest paths on AdjMatrix?

    Updated Nov 20, 2025
  • #107

    Do not use graph type in algorithm results generic types

    Updated Nov 20, 2025
  • #38

    Implement a recent shortest paths algorithm

    algorithmUpdated Aug 18, 2025
  • #6

    Override default implementations by more efficient ones where it makes sense

    good first issueUpdated Aug 6, 2024
  • #70

    Study `graphene` crate for inspiration

    discussionUpdated Nov 13, 2023
  • #65

    Benchmark automatic algorithm selection

    Updated May 22, 2023
  • #63

    Return an edge that is part of a negative cycle in Bellman-Ford

    Updated May 21, 2023
  • #52

    Validate applicability of gryf on top reverse dependencies of petgraph

    good first issueUpdated Apr 7, 2023

> Tags

Rustalgorithmsdata-structuresgraphrust

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言