Skip to content

Graphina

Graphina Logo

Graphina is a high-performance graph data science library for Rust 🦀. It provides a robust collection of graph algorithms, data structures, and analytics tools designed for efficiency and ease of use.

Features

  • Flexible and efficient Graph (undirected) and Digraph (directed) implementations.
  • Optimized for speed and memory usage, with parallel implementations for heavy workloads.
  • Includes a comprehensive collection of graph algorithms including Centrality, Community Detection, Path Finding, and more.
  • Has ready-to-use Python bindings to use Graphina from Python 🐍.

Using Graphina from Python

Using Python? Check out PyGraphina documentation for more information.