large-graph
There are 7 repositories under large-graph topic.
qitianwu/DIFFormer
The official implementation for ICLR23 spotlight paper "DIFFormer: Scalable (Graph) Transformers Induced by Energy Constrained Diffusion"
qitianwu/NodeFormer
The official implementation of NeurIPS22 spotlight paper "NodeFormer: A Scalable Graph Structure Learning Transformer for Node Classification"
MiviaLab/vf3lib
VF3 Algorithm - The fastest algorithm to solve subgraph isomorphism on large and dense graphs
qitianwu/GraphOOD-GNNSafe
The official implementation for ICLR23 paper "GNNSafe: Energy-based Out-of-Distribution Detection for Graph Neural Networks"
AutomataLab/Subway
Out-of-GPU-Memory Graph Processing with Minimal Data Transfer
qwx9/strangepg
strange cross-platform, performance-oriented and interactive pangenome and large graph visualization
laserene/C_GR1-GraphOperations
Graph Implementation in C using Adjacency List. This program can perform DFS, BFS and check if a given set is vertex cover of the graph.