ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
This library helps C++ developers implement and analyze complex relationships in their applications more easily. It takes definitions of connected entities and processes them using established graph algorithms. Software engineers, data architects, and researchers building high-performance C++ applications would use this.
683 stars. Actively maintained with 27 commits in the last 30 days.
Use this if you are a C++ developer who needs a straightforward, modern way to build and manipulate graph structures and run algorithms on them without the complexity of older libraries.
Not ideal if you are not a C++ developer or if your project requires a graph database, visual analytics, or a solution that doesn't involve programming directly.
Stars
683
Forks
144
Language
C++
License
MPL-2.0
Category
Last pushed
Feb 06, 2026
Commits (30d)
27
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ZigRazor/CXXGraph"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
davisking/dlib
A toolkit for making real world machine learning and data analysis applications in C++
mlpack/mlpack
mlpack: a fast, header-only C++ machine learning library
apache/singa
a distributed deep learning platform
hosseinmoein/DataFrame
C++ DataFrame for statistical, financial, and ML analysis in modern C++
mlpack/ensmallen
A header-only C++ library for numerical optimization --