Gryf - a new graph data structure library aspiring to be convenient, versatile, correct and performant

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • gryf

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

  • That sounds as an interesting use case. The library is written such that it should be possible to implement a few traits on your custom type and then you can use this type in the algorithms. So instead of storing something explicitly in a graph, you could for example retrieve nodes connected to a node by making a request. I am not sure if that's a good idea, but these are scenarios that I am keeping in my mind. If you are interested in this, you may check this and this example, or ask me any question.

  • rusty-graphs

    Collection of examples for showcasing various Rust graph data structure libraries.

  • There is a comparison of different Rust graph libraries in terms of user experience and provided API, since that has been my main focus in gryf so far.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts