# graph **Repository Path**: mirrors_enthought/graph ## Basic Information - **Project Name**: graph - **Description**: Default Repo description from terraform module - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README cgraph module ============= The cgraph module is a high performance Directed Acyclic Graph implemented in Cython. Expect graph traversals to be several hundred to thousands of times faster than Networkx for large graphs. Graph's with several hundred thousand nodes are handled with aplomb. That said, the cgraph module doesn't have near the features of Networkx. The module is designed solely for efficiently building, traversing, reversing, and introspecting large graphs. A graph theory library it is not. Most of the graph methods return iterators so that large graphs may be efficiently managed by user code.